Struttura CodecAPIEventData (icodecapi.h)
La struttura CodecAPIEventData contiene i dati degli eventi per l'evento EC_CODECAPI_EVENT . Questo evento viene inviato da codec che supportano l'interfaccia ICodecAPI .
Sintassi
struct CodecAPIEventData {
GUID guid;
DWORD dataLength;
DWORD reserved[3];
};
Members
guid
GUID che identifica l'evento codec.
dataLength
Lunghezza dei dati aggiuntivi che seguono questa struttura, in byte. Il valore può essere zero.
reserved[3]
Riservati; non usare.
Commenti
Questa struttura può essere seguita da dati di addizione, a seconda dell'evento codec. Per altre informazioni, vedere ICodecAPI::RegisterForEvent.
Requisiti
Client minimo supportato | Windows 10 Build 20348 |
Server minimo supportato | Windows 10 Build 20348 |
Intestazione | icodecapi.h |