GetPenDataInfo
1.0 2.0
This function
retrieves information from an HPENDATA memory block. It is superseded by
the GetPenDataAttributes
BOOL GetPenDataInfo( HPENDATA hpndt,
LPPENDATAHEADER lppdh, LPPENINFO lppeninfo, DWORD
dwReserved )
Parameters
hpndt
Handle to a
pen data object that receives the pen data information.
lppdh
Address of a PENDATAHEADER
lppeninfo
Address of a PENINFO
dwReserved
Reserved for
future use. Must be set to 0.
Return Value
Returns TRUE
if successful. The return value is FALSE if invalid parameters are used, or if
the handle to the pen data is invalid, or if the requested PENINFO does
not exist in the pen data.
Comments
This function
retrieves the header and pen information in the pen data memory block. If lppeninfo
is not NULL and the pen data does not contain pen information, the contents of lppeninfo
are not changed. The wPndts member in the PENDATAHEADER
See Also