PFND3DKMT_CREATEALLOCATION2 callback function (d3dkmthk.h)

Reserved for system use. Do not use in your driver.

Syntax

PFND3DKMT_CREATEALLOCATION2 Pfnd3dkmtCreateallocation2;

NTSTATUS Pfnd3dkmtCreateallocation2(
  [in, out] D3DKMT_CREATEALLOCATION *unnamedParam1
)
{...}

Parameters

[in, out] unnamedParam1

Return value

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of the Windows operating systems.
Target Platform Universal
Header d3dkmthk.h (include D3dkmthk.h)