GetCurrentImageWithGvspInfo

GetCurrentImageWithGvspInfo 1:

Gets the current available image (first in receive queue) and its corresponding GVSP info.

Syntax

Definition:

METHOD GetCurrentImageWithGvspInfo : HRESULT
VAR_INPUT
    ipImage    : Reference To ITcVnImage;
END_VAR
VAR_IN_OUT
    stGvspInfo : GVSP_IMAGE_INFO;
END_VAR

GetCurrentImageWithGvspInfo 2: Inputs

Name

Type

Description

ipImage

Reference To ITcVnImage

Returns the image

GetCurrentImageWithGvspInfo 3: In/Outputs

Name

Type

Description

stGvspInfo

GVSP_IMAGE_INFO

Returns the GVSP info

GetCurrentImageWithGvspInfo 4: Return value

HRESULT