System.IO.Win32File.CreateFileW C# (CSharp) 메소드

CreateFileW() 개인적인 메소드

private CreateFileW ( string lpFileName, uint dwDesiredAccess, uint dwShareMode, IntPtr lpSecurityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, IntPtr hTemplateFile ) : SafeFileHandle
lpFileName string
dwDesiredAccess uint
dwShareMode uint
lpSecurityAttributes System.IntPtr
dwCreationDisposition uint
dwFlagsAndAttributes uint
hTemplateFile System.IntPtr
리턴 SafeFileHandle
        static extern SafeFileHandle CreateFileW(string lpFileName, uint dwDesiredAccess,
            uint dwShareMode, IntPtr lpSecurityAttributes, uint dwCreationDisposition,
            uint dwFlagsAndAttributes, IntPtr hTemplateFile);