DD_DESTROYVPORTDATA struttura (ddrawint.h)
La struttura DD_DESTROYVPORTDATA contiene le informazioni necessarie per la pulizia del driver.
Sintassi
typedef struct _DD_DESTROYVPORTDATA {
PDD_DIRECTDRAW_LOCAL lpDD;
PDD_VIDEOPORT_LOCAL lpVideoPort;
HRESULT ddRVal;
VOID *DestroyVideoPort;
} *PDD_DESTROYVPORTDATA, DD_DESTROYVPORTDATA;
Members
lpDD
Punta a una struttura DD_DIRECTDRAW_LOCAL pertinente solo al processo Microsoft DirectDraw corrente.
lpVideoPort
Punta a una struttura DD_VIDEOPORT_LOCAL che rappresenta l'oggetto VPE (Video Port Extensions).
ddRVal
Specifica il percorso in cui il driver scrive il valore restituito del callback DdVideoPortDestroy . Un codice restituito di DD_OK indica l'esito positivo. Per altre informazioni, vedere Restituire valori per DirectDraw.
DestroyVideoPort
Usato dall'API DirectDraw e non deve essere compilato dal driver.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ddrawint.h (include Winddi.h) |