// d3dkmthk.h
PFND3DKMT_WAITFORIDLE Pfnd3dkmtWaitforidle;
NTSTATUS Pfnd3dkmtWaitforidle(
const D3DKMT_WAITFORIDLE *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_WAITFORIDLE callback function waits for a display device to be idle.
unnamedParam1Pointer to a D3DKMT_WAITFORIDLE structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_WAITFORIDLE Pfnd3dkmtWaitforidle;
// Definition
NTSTATUS Pfnd3dkmtWaitforidle
(
const D3DKMT_WAITFORIDLE *
)
{...}