GetRGBPixel
|
X [in]
|
The x-coordinate of the pixel
|
Y [in]
|
The y-coordinate of the pixel
|
pArray [out,retval]
|
Pointer to the SAFEARRAY of the dimension of 3 containing long R, G and B values of the current pixel
|
S_OK
|
Success
|
E_FAIL
|
Failure.
|
E_INVALIDARG
|
Invalid input arguments.
|
|