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

Structures

.

    //     member is null, the destination process should use GlobalFree to release

.

    '     member is null, the destination process should use GlobalFree to release

kernel32

.
Summary
.

static extern IntPtr GlobalFree(IntPtr hMem);

.

Friend Shared Function GlobalFree(ByVal hMem As IntPtr) As IntPtr

.
Documentation
[GlobalFree] on MSDN

winspool

.

        GlobalFree(hDevMode);

.

        GlobalFree(hDevMode);

.

        GlobalFree(hDevMode);

.

        GlobalFree(hDevMode);


 
Access PInvoke.net directly from VS: