GetOmittedImagesNum
Gets the number of omitted images since the last call of ClearImageQueue(). If the image receive queue in the TcVnGevImageProvider TcCOM module is full and a new image arrives, the first one in the queue will be deleted and the omitted counter is increased.
Syntax
Definition:
METHOD GetOmittedImagesNum : HRESULT
VAR_IN_OUT
    nOmitted : ULINT;
END_VAR
          
 In/Outputs
| 
                   Name  | 
                   Type  | 
                   Description  | 
|---|---|---|
| 
                   nOmitted  | 
                   ULINT  | 
                   Returns the number of omitted images  | 
 Return value