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 "NtQueryObject" in [All]

ntdll

.

public static extern NtStatus NtQueryObject(IntPtr objectHandle, OBJECT_INFORMATION_CLASS informationClass, IntPtr informationPtr, uint informationLength, ref uint returnLength);

.

Declare Function NtQueryObject Lib "ntdll.dll" (TODO) As TODO

.

public static IntPtr NtQueryObject(IntPtr handle, OBJECT_INFORMATION_CLASS infoClass, uint infoLength = 0)

.

        result = NtQueryObject(handle, infoClass, infoPtr, infoLength, ref infoLength);

.
Documentation
[NtQueryObject] on MSDN

 
Access PInvoke.net directly from VS: