F_VN_ExportImageSize
Get the required buffer size (in bytes) to store the image data.
Syntax
Definition:
FUNCTION F_VN_ExportImageSize : HRESULT
VAR_INPUT
ipImage : ITcVnImage;
END_VAR
VAR_IN_OUT
nBufferSize : ULINT;
END_VAR
VAR_INPUT
hrPrev : HRESULT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipImage |
Image | |
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) |
In/Outputs
Name |
Type |
Description |
---|---|---|
nBufferSize |
ULINT |
Returns the required buffer size in bytes |
Required License
TC3 Vision Base