// d3dkmthk.h
typedef enum _D3DKMT_PROTECTED_SESSION_STATUS {
D3DKMT_PROTECTED_SESSION_STATUS_OK,
D3DKMT_PROTECTED_SESSION_STATUS_INVALID
} D3DKMT_PROTECTED_SESSION_STATUS;
View the official Windows Driver Kit DDI referenceNo description available.
Indicates the status of the protected session.
D3DKMT_PROTECTED_SESSION_STATUS_OKIndicates that the status is okay.
D3DKMT_PROTECTED_SESSION_STATUS_INVALIDIndicates that the status is invalid.