PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE - NtDoc

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

PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE Pfnd3dkmtOpensyncobjectfromnthandle;

NTSTATUS Pfnd3dkmtOpensyncobjectfromnthandle(
  D3DKMT_OPENSYNCOBJECTFROMNTHANDLE *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE callback function

Description

The PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE callback function maps an NT process handle to a graphics processing unit (GPU) synchronization object.

Parameters

unnamedParam1

Pointer to a D3DKMT_OPENSYNCOBJECTFROMNTHANDLE structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE Pfnd3dkmtOpensyncobjectfromnthandle;

// Definition

NTSTATUS Pfnd3dkmtOpensyncobjectfromnthandle
(
    D3DKMT_OPENSYNCOBJECTFROMNTHANDLE *
)
{...}

Remarks

See also