// d3dkmdt.h
typedef enum _D3DKMDT_ENUMCOFUNCMODALITY_PIVOT_TYPE {
D3DKMDT_EPT_UNINITIALIZED,
D3DKMDT_EPT_VIDPNSOURCE,
D3DKMDT_EPT_VIDPNTARGET,
D3DKMDT_EPT_SCALING,
D3DKMDT_EPT_ROTATION,
D3DKMDT_EPT_NOPIVOT
} D3DKMDT_ENUMCOFUNCMODALITY_PIVOT_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_ENUMCOFUNCMODALITY_PIVOT_TYPE enumeration indicates the pivot type in a call to DxgkDdiEnumVidPnCofuncModality.
D3DKMDT_EPT_UNINITIALIZEDIndicates that a variable of type D3DKMDT_ENUMCOFUNCMODALITY_PIVOT_TYPE has not yet been assigned a meaningful value.
D3DKMDT_EPT_VIDPNSOURCEIndicates that a video present source is the pivot of the enumeration.
D3DKMDT_EPT_VIDPNTARGETIndicates that a video present target is the pivot of the enumeration.
D3DKMDT_EPT_SCALINGIndicates that the scaling transformation is the pivot of the enumeration.
D3DKMDT_EPT_ROTATIONIndicates that the rotation transformation is the pivot of the enumeration.
D3DKMDT_EPT_NOPIVOTIndicates that the enumeration has no pivot.
The EnumPivotType member of the DXGKARG_ENUMVIDPNCOFUNCMODALITY structure is a D3DKMDT_ENUMCOFUNCMODALITY_PIVOT_TYPE value.
DxgkDdiEnumVidPnCofuncModality