// d3dkmthk.h
PFND3DKMT_GETDEVICESTATE Pfnd3dkmtGetdevicestate;
NTSTATUS Pfnd3dkmtGetdevicestate(
D3DKMT_GETDEVICESTATE *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Pfnd3dkmtGetdevicestate retrieves the state of a device.
unnamedParam1Pointer to a D3DKMT_GETDEVICESTATE structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_GETDEVICESTATE Pfnd3dkmtGetdevicestate;
// Definition
NTSTATUS Pfnd3dkmtGetdevicestate
(
D3DKMT_GETDEVICESTATE *
)
{...}