// d3dkmthk.h
PFND3DKMT_CREATEOVERLAY Pfnd3dkmtCreateoverlay;
NTSTATUS Pfnd3dkmtCreateoverlay(
[in, out] D3DKMT_CREATEOVERLAY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_CREATEOVERLAY callback function enables the overlay hardware if the hardware is capable.
unnamedParam1 [in, out]Pointer to a D3DKMT_CREATEOVERLAY structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_CREATEOVERLAY Pfnd3dkmtCreateoverlay;
// Definition
NTSTATUS Pfnd3dkmtCreateoverlay
(
D3DKMT_CREATEOVERLAY *
)
{...}