HANDLE LockData(Dummy)
This macro locks the current data segment in memory. It is intended to be used in modules that have moveable data segments.
Parameter | Type/Description |
Dummy | int Is not used. It should be set to zero. |
The return value identifies the locked data segment if the function is successful. Otherwise, it is NULL.