Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Interop.NtDll Member List

This is the complete list of members for Interop.NtDll, including all inherited members.

CreateDisposition enum nameInterop.NtDll
createDispositionInterop.NtDllprivate
CreateOptions enum nameInterop.NtDll
createOptionsInterop.NtDllprivate
DesiredAccess enum nameInterop.NtDll
desiredAccessInterop.NtDllprivate
eaBufferInterop.NtDllprivate
eaLengthInterop.NtDllprivate
FILE_INFORMATION_CLASS enum nameInterop.NtDll
fileAttributesInterop.NtDllprivate
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)Interop.NtDllprivate
NtQueryDirectoryFile(IntPtr FileHandle, IntPtr Event, IntPtr ApcRoutine, IntPtr ApcContext, IO_STATUS_BLOCK *IoStatusBlock, IntPtr FileInformation, uint Length, FILE_INFORMATION_CLASS FileInformationClass, BOOLEAN ReturnSingleEntry, UNICODE_STRING *FileName, BOOLEAN RestartScan)Interop.NtDll
NtQueryInformationFile(SafeFileHandle FileHandle, out IO_STATUS_BLOCK IoStatusBlock, void *FileInformation, uint Length, uint FileInformationClass)Interop.NtDllpackage
NtQueryInformationProcess(SafeProcessHandle ProcessHandle, int ProcessInformationClass, void *ProcessInformation, uint ProcessInformationLength, out uint ReturnLength)Interop.NtDllpackage
NtQuerySystemInformation(int SystemInformationClass, void *SystemInformation, uint SystemInformationLength, uint *ReturnLength)Interop.NtDllpackage
NtQuerySystemInformation(int SystemInformationClass, void *SystemInformation, uint SystemInformationLength, uint *ReturnLength)Interop.NtDllpackage
objectAttributesInterop.NtDllprivate
preallocationSizeInterop.NtDllprivate
rootDirectoryInterop.NtDllprivate
RtlGetVersion(ref RTL_OSVERSIONINFOEX lpVersionInformation)Interop.NtDllprivate
RtlGetVersionEx(out RTL_OSVERSIONINFOEX osvi)Interop.NtDllinlinepackagestatic
securityQualityOfServiceInterop.NtDllprivate
shareAccessInterop.NtDllprivate
unsafe(uint status, IntPtr handle) CreateFile(ReadOnlySpan< char > pathInterop.NtDllpackagestatic