structure D3DKMT_DEVICE_ESCAPE (d3dkmthk.h)
N’utilisez pas la structure D3DKMT_DEVICE_ESCAPE ou l’énumération D3DKMT_DEVICEESCAPE_TYPE. Ils sont uniquement à des fins de test.
La structure D3DKMT_DEVICE_ESCAPE décrit comment contrôler l’appareil d’affichage dans un appel à la fonction D3DKMTEscape.
Syntaxe
typedef struct _D3DKMT_DEVICE_ESCAPE {
D3DKMT_DEVICEESCAPE_TYPE Type;
union {
struct {
D3DKMT_HANDLE hPrimaryAllocation;
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} VidPnFromAllocation;
};
} D3DKMT_DEVICE_ESCAPE;
Membres
Type
VidPnFromAllocation
[in] VidPnFromAllocation.hPrimaryAllocation
Handle d’allocation principal.
[out] VidPnFromAllocation.VidPnSourceId
ID source VidPN de l’allocation principale.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows Vista |
d’en-tête | d3dkmthk.h (include D3dkmthk.h) |