GlobalLock (kernel32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern IntPtr GlobalLock(IntPtr hMem);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
GlobalLock on MSDN

VB.Net Signature:

    <DllImport("kernel32.dll", ExactSpelling:=True)> _
    Friend Shared Function GlobalLock(ByVal handle As IntPtr) As IntPtr
    End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
GlobalLock on MSDN