|
CreatePenDataHRC
2.0
Returns the handle to the HPENDATA object containing the pen data in the HRC.
HPENDATA CreatePenDataHRC( HRC hrc )
Parameters
hrc
Handle to the HRC object.
Return Value
Returns a handle to the HPENDATA object if successful; otherwise, it returns NULL.
Comments
It is the responsibility of the caller to destroy the HPENDATA object.
A recognizer is not required to use or maintain OEM data; that is, a
recognizer can choose to ignore some or all of the OEM data it receives from AddPenDataHRC or AddPenInputHRC. This means that the HPENDATA object the recognizer returns through CreatePenDataHRC may not contain all the OEM data originally provided by the application.
Whether or not a recognizer uses the OEM data, it should store all such data it
receives and forward it so that subsequent recognizers, if any, can use the data.
See Also
AddPenInputHRC, AddPenDataHRC
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
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
|