EndEnumStrokes
1.0 2.0
Unlocks an HPENDATA
memory block previously locked with the function BeginEnumStrokes.
Note This function
is provided only for compatibility with version 1.0 of the Pen API, and will
not be supported in future versions.
LPPENDATA EndEnumStrokes( HPENDATA hpndt )
Parameters
hpndt
Handle to the
locked HPENDATA memory block.
Return Value
Returns NULL
if the function is successful; otherwise, the return value is nonzero.
Comments
EndEnumStrokes internally calls the Windows GlobalUnlock function to unlock the memory
block specified by hpndt. Calling EndEnumStrokes invalidates any
pointers previously returned by the GetPenDataStroke function.
See Also