static unsafe uint Interop.NtDll.NtCreateFile |
( |
IntPtr * | FileHandle, |
|
|
DesiredAccess | DesiredAccess, |
|
|
OBJECT_ATTRIBUTES * | ObjectAttributes, |
|
|
IO_STATUS_BLOCK * | IoStatusBlock, |
|
|
long * | AllocationSize, |
|
|
FileAttributes | FileAttributes, |
|
|
FileShare | ShareAccess, |
|
|
CreateDisposition | CreateDisposition, |
|
|
CreateOptions | CreateOptions, |
|
|
void * | EaBuffer, |
|
|
uint | EaLength ) |
|
private |