GetCurrentImageWithGvspInfo

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

Syntax

Definition:

HRESULT GetCurrentImageWithGvspInfo(
    ITcVnImage*&     ipImage,
    GVSP_IMAGE_INFO& stGvspInfo
)

Parameters

Name

Type

Description

ipImage

ITcVnImage*&

Returns the image

stGvspInfo

GVSP_IMAGE_INFO&

Returns the GVSP info

GetCurrentImageWithGvspInfo 1: Return value

HRESULT