GlobalAlloc (kernel32)
Last changed: genidiot@genidiot.com-68.21.231.134

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern IntPtr GlobalAlloc(uint uFlags, UIntPtr dwBytes);

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
GlobalAlloc on MSDN

VB.Net Signature:

<DllImport("kernel32.dll", ExactSpelling:=True)> _
    Friend Shared Function GlobalAlloc(ByVal flags As Integer, ByVal size As Integer) As IntPtr
    End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Marshal.AllocHGlobal Method (IntPtr)

Documentation
GlobalAlloc on MSDN