This function queries the clipboard for the number of marks available for pasting.
Copy Code
|
|
---|---|
AT_ERRCOUNT ART_edit_paste_count( HIGEAR hIGear, LPDWORD lpMarkCount ); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle to the image. |
lpMarkCount | LPDWORD | A far pointer that returns the number of mark items currently stored in the clipboard. |
Returns the number of ImageGear errors that occurred during the function call.
All pixel formats supported by ImageGear for C and C++.
Annotation
Copy Code
|
|
---|---|
HIGEAR hIGear; /* HIGEAR handle of image */ AT_ERRCOUNT nErrcount; /* tally of IG errors on stack */ DWORD dwMarkCount; /* # of marks available */ /* for paste */ nErrcount = ART_edit_paste_count(hIGear, &dwMarkCount); |
The number of marks available for pasting from the clipboard is returned by lpMarkCount.
An error is set if any of the following conditions are met: