Desktop Functions: Smart Device Functions:
|
Search Results for "NtCreateFile" in [All]ntdll1: NtCreateFile
public static extern int NtCreateFile(out SafeFileHandle handle, FileAccess access, OBJECT_ATTRIBUTES* objectAttributes, IO_STATUS_BLOCK* ioStatus, ref long allocSize, uint fileAttributes, FileShare share, uint createDisposition, uint createOptions, IntPtr eaBuffer, uint eaLength);
public static extern int NtCreateFile(
Declare Function NtCreateFile Lib "ntdll.dll" (TODO) As TODO
int fOk = Win32Api.NtCreateFile( |