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
See Also