EndEnumStrokes 

1.0     2.0     

Unlocks an HPENDATA memory block previously locked with the function BeginEnumStrokes1AOBS9.

 

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 GlobalUnlockP8ZGVO function to unlock the memory block specified by hpndt. Calling EndEnumStrokes invalidates any pointers previously returned by the GetPenDataStroke232HAID function.

See Also

BeginEnumStrokes