_HUnLock( ) API Library Routine

See Also   Example

Unlocks a memory handle so that Visual FoxPro can access it during memory reorganization.

Syntax

void _HUnLock(MHANDLE hand)
MHANDLE hand;            /* Memory handle. /

Remarks

_HUnLock( ) doesn't cause memory reorganization.

For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.