DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS estrutura (dispmprt.h)
DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS é reservado para uso do sistema.
Sintaxe
typedef struct _DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS, *PDXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS;
Membros
Reserved
Value
Requisitos
Requisito | Valor |
---|---|
de cliente com suporte mínimo | Windows 8 |
servidor com suporte mínimo | Windows Server 2012 |
cabeçalho | dispmprt.h |