This function returns the total number of marks associated with the current HIGEAR image.
Copy Code
|
|
---|---|
AT_ERRCOUNT ART_mark_count( HIGEAR hIGear, LPDWORD lpMarkCount ); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle to the image. |
lpMarkCount | LPDWORD | A far pointer that returns the total number of marks associated with the HIGEAR image. |
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
|
|
---|---|
AT_ERRCOUNT nErrcount; HIGEAR hIGear; DWORD dwMarkCount; nErrcount = ART_mark_count(hIGear, &dwMarkCount); |