DD_GETMOCOMPFORMATSDATA struttura (ddrawint.h)
La struttura DD_GETMOCOMPFORMATSDATA contiene le informazioni sul formato non compresso.
Sintassi
typedef struct _DD_GETMOCOMPFORMATSDATA {
PDD_DIRECTDRAW_LOCAL lpDD;
GUID *lpGuid;
DWORD dwNumFormats;
LPDDPIXELFORMAT lpFormats;
HRESULT ddRVal;
} *PDD_GETMOCOMPFORMATSDATA, DD_GETMOCOMPFORMATSDATA;
Members
lpDD
Punta a una struttura DD_DIRECTDRAW_LOCAL pertinente solo al processo Microsoft DirectDraw corrente.
lpGuid
Punta a un GUID che descrive i formati non compressi richiesti.
dwNumFormats
Indica il numero di formati non compressi supportati per il GUID specificato.
lpFormats
Punta a una struttura DDPIXELFORMAT contenente il formato pixel di compensazione del movimento. Se questo membro non è NULL, i formati non compressi vengono copiati nel buffer a cui punta questo membro.
ddRVal
Specifica il percorso in cui il driver scrive il valore restituito del callback DdMoCompGetFormats . Un codice restituito di DD_OK indica l'esito positivo. Per altre informazioni, vedere Restituire valori per DirectDraw.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ddrawint.h (include Winddi.h) |