D3DKMT_OPENSYNCOBJECTFROMNTHANDLE - NtDoc

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

typedef struct _D3DKMT_OPENSYNCOBJECTFROMNTHANDLE {
  [in]  HANDLE        hNtHandle;
  [out] D3DKMT_HANDLE hSyncObject;
} D3DKMT_OPENSYNCOBJECTFROMNTHANDLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_opensyncobjectfromnthandle)

_D3DKMT_OPENSYNCOBJECTFROMNTHANDLE structure

Description

Describes information that is required to map an NT process handle to a graphics processing unit (GPU) synchronization object.

Members

hNtHandle [in]

An NT handle to the process.

hSyncObject [out]

A handle of type D3DKMT_HANDLE that represents a kernel-mode handle to the kernel-mode synchronization object.