|
EndEnumStrokes
- 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
BeginEnumStrokes, GetPenDataStroke
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|