Function: GlobalLock

Module location: globmem.pkg line 62 (view source)
PointerGlobalLock(Handle MemObject)
The GlobalLock function locks a global memory object and returns a pointer to the first byte of the object's memory block. The memory block associated with a locked memory object cannot be moved or discarded. For memory objects allocated with the GMEM_MOVEABLE flag, the function increments the lock count associated with the memory object.

References (6):

ModuleContaining SymbolLine
CrystalReport.pkgSelectAndSetPrinter1565
CrystalReport.pkgSelectAndSetPrinter1598
Prnt_dlg.pkgInitDevMode566
Prnt_dlg.pkgInitDevNames665
Prnt_dlg.pkgReadDevMode714
Prnt_dlg.pkgReadDevNames773