D3DKMT_OPENNTHANDLEFROMNAME - NtDoc

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

typedef struct _D3DKMT_OPENNTHANDLEFROMNAME {
  [in]  DWORD             dwDesiredAccess;
  [in]  OBJECT_ATTRIBUTES *pObjAttrib;
  [out] HANDLE            hNtHandle;
} D3DKMT_OPENNTHANDLEFROMNAME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_OPENNTHANDLEFROMNAME structure

Description

Describes information that is required to open an NT handle to the process from a graphics adapter name.

Members

dwDesiredAccess [in]

Specifies read and write access for the resource.

pObjAttrib [in]

A pointer to an OBJECT_ATTRIBUTES structure that specifies attributes of the adapter, including its name.

hNtHandle [out]

An NT handle to the process.