// d3dkmthk.h
PFND3DKMT_GETRUNTIMEDATA Pfnd3dkmtGetruntimedata;
NTSTATUS Pfnd3dkmtGetruntimedata(
[in, out] const D3DKMT_GETRUNTIMEDATA *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMTGetRuntimeData function is for system use only.
unnamedParam1 [in, out]Reserved for system use.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
This function is reserved for system use.