Metodo IVersionCallback::VersionTableReady
Funzione di callback usata per notificare all'host di quali interfacce sono supportate.
Sintassi
HRESULT VersionTableReady(
GUID [] count1_interfaceIds,
UINT count
);
Parametri
count1_interfaceIds
Matrice contenente i GUID degli ID dell'interfaccia supportati.
count
Numero di GUID passati in count1_interfaceIds.
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