|
GetPenDataAttributes
- 0
Retrieves information about an HPENDATA object.
int GetPenDataAttributes( HPENDATA hpndt, LPVOID lpvBuffer, UINT uOption )
Parameters
hpndt
Handle to the HPENDATA object.
lpvBuffer
Pointer to a structure whose type depends on uOption, or NULL if the uOption parameter does not require this buffer.
uOption
Specifies the attributes to retrieve. This parameter can be one of the
following:
Constant
| Description
| GPA_MAXLEN
| Retrieves the length (in points) of the longest stroke. lpvBuffer is unused and ignored.
| GPA_POINTS
| Retrieves the total number of points. lpvBuffer is unused and ignored.
| GPA_PDTS
| Retrieves the PDTS_ bits. lpvBuffer is unused and ignored.
| GPA_RATE
| Retrieves the sampling rate in samples per second. lpvBuffer is unused and ignored.
| GPA_RECTBOUND
| Retrieves the bounding rectangle of all pen-down points. lpvBuffer is the address of a RECT structure.
| GPA_RECTBOUNDINK
| Like GPA_RECTBOUND, retrieves the bounding rectangle of all pen-down points,
but inflates the rectangle to accommodate ink width. lpvBuffer is the address of a RECT structure.
| GPA_SIZE
| Retrieves the size of the pen data memory block in bytes. Because of the
potential large size of this value, the return value of the function is not used.
Instead, lpvBuffer is the address of a DWORD variable to fill with the size.
| GPA_STROKES
| Retrieves the total number of strokes, including pen-up strokes. lpvBuffer is unused and ignored.
| GPA_TIME
| Retrieves the absolute time of creation of the pen data. lpvBuffer is the address of an ABSTIME structure.
| GPA_USER
| Retrieves the number of user bytes available per stroke: 0, 1, 2, or 4. lpvBuffer is unused and ignored.
| GPA_VERSION
| Retrieves the version number of the pen data. lpvBuffer is unused and ignored.
|
Return Value
Returns PDR_OK or an integer value if successful, depending on the uOption parameter.
Comments
GetPenDataAttributes provides enhancements of some of the capabilities of GetPenDataInfo. It also provides additional detailed information taken from the HPENDATA block.
See Also
GetStrokeAttributes, GetPenDataInfo
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|