globalhandle (kernel32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern IntPtr GlobalHandle(IntPtr pMem);

User-Defined Types:

None.

Notes:

Retrieves the handle associated with the specified pointer to a global memory block.

The global functions are slower than other memory management functions and do not provide as many features. Therefore, new applications should use the heap functions.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation