Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "NtCreateFile" in [All]

ntdll

.

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(

.
Documentation
[NtCreateFile] on MSDN

 
Access PInvoke.net directly from VS: