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

kernel32

.
Summary
.

static extern bool GetHandleInformation(IntPtr hObject, out uint lpdwFlags);

.

bool result = GetHandleInformation(handle, out flags);

.
Documentation
[GetHandleInformation] on MSDN

 
Access PInvoke.net directly from VS: