Metodo IFrameListCallback::ResultCallback
Funzione di callback usata per notificare all'host di quali frame sono stati acquisiti.
Sintassi
HRESULT ResultCallback(
DWORD numFrames,
DWORD [] count0_frameNumbers,
DWORD [] count0_frameEventIDs
);
Parametri
numFrame
Numero di fotogrammi acquisiti.
count0_frameNumbers
Numero di fotogrammi dei fotogrammi acquisiti.
count0_frameEventIDs
Evento finale associato a ogni frame.
Valore restituito
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Requisiti
Intestazione | Vspixengine.h |
Vedere anche