This document is archived and information here might be outdated. Recommended version. |
Gets the last requested AOI image.
[Visual Basic .NET] Public Function QueryImageData ( _ ByRef pImageData As Byte[]& _ ) As Boolean
[C#] public bool QueryImageData ( ref Byte[]& pImageData );
[C++]
HRESULT QueryImageData(
SAFEARRAY(System.Byte)* pImageData
);
[C++]
Parameters pImageData [in]
pImageData is a parameter of type SAFEARRAY(unsigned char)*