PFND3DKMT_CREATEALLOCATION2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

PFND3DKMT_CREATEALLOCATION2 Pfnd3dkmtCreateallocation2;

NTSTATUS Pfnd3dkmtCreateallocation2(
  [in, out] D3DKMT_CREATEALLOCATION *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_createallocation2)

PFND3DKMT_CREATEALLOCATION2 callback function

Description

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

Parameters

unnamedParam1 [in, out]

Return value

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