Beispiel #1
0
 public static extern IntBoolean GlobalUnlock(
     HGLOBAL hMem);
Beispiel #2
0
 public static extern HGLOBAL GlobalFree(
     HGLOBAL hMem);
Beispiel #3
0
 public static extern IntPtr GlobalLock(
     HGLOBAL hMem);
Beispiel #4
0
 public static extern Boolean32 GlobalUnlock(
     HGLOBAL hMem);