D3DKMTOpenResourceFromNtHandle - NtDoc

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

NTSTATUS D3DKMTOpenResourceFromNtHandle(
  D3DKMT_OPENRESOURCEFROMNTHANDLE *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtopenresourcefromnthandle)

D3DKMTOpenResourceFromNtHandle function

Description

Opens a shared resource from an NT handle.

Parameters

unnamedParam1

pData [in, out]

A pointer to a D3DKMT_OPENRESOURCEFROMNTHANDLE structure that describes information required to open a shared resource.

Return value

Returns one of the following values:

Return code Description
STATUS_SUCCESS The function completed successfully.
STATUS_INVALID_PARAMETER Parameters were validated and determined to be incorrect.

This function might also return other NTSTATUS values.

Remarks

The NT handle to the process, which is used as the hNtHandle member of the D3DKMT_OPENRESOURCEFROMNTHANDLE structure, is typically acquired by calling the D3DKMTShareObjects or D3DKMTOpenNtHandleFromName functions.

See also

D3DKMTOpenNtHandleFromName

D3DKMTShareObjects

D3DKMT_OPENRESOURCEFROMNTHANDLE