GlobalLock16 (KERNEL32.25)
LPVOID GlobalLock16 ( HGLOBAL16 handle )
[In] | Handle of global memory object. |
This is the GlobalLock16 function used by 32-bit code.
Pointer to first byte of memory block
NULL: Failure
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/kernel32/global16.c". source.winehq.org/source/dlls/kernel32/global16.c
Debug channel "global".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.