This function returns a value of the control option specified by nOption parameters.
Copy Code
|
|
---|---|
AT_ERRCOUNT ART_control_option_get(
HIGEAR hIGear,
AT_MODE nOption,
const LPVOID lpValue
);
|
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle of an image. |
nOption | AT_MODE | An ART-defined control option constant. |
lpValue | const LPVOID | A far pointer to the return value. |
Returns the number of ImageGear errors that occurred during the function call.
All pixel formats supported by ImageGear for C and C++.
See the function ART_control_option_set() for a list of the control option constants.