CreatePenDataHRC

The CreatePenDataHRC function returns a handle to an HPENDATA object that contains the raw data used for recognition. In the example code above, AddPenInputHRC has already done the work of storing the pen data into an internal HPENDATA. Thus, the hypothetical CreatePenDataHRC function outlined below simply duplicates the internal object.

HPENDATA WINAPI CreatePenDataHRC( HRC hrc )

{

LPHRCinternal lphrc = (LPHRCinternal) hrc; // Pointer to HRC

// Clone the internal HPENDATA and return its handle

return (DuplicatePenData( lphrc->hpendata, 0 ));

}

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database