DXGKARG_CLOSENATIVEFENCE - NtDoc

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

typedef struct _DXGKARG_CLOSENATIVEFENCE {
  HANDLE                      hLocalNativeFence;
  DXGK_CLOSENATIVEFENCE_FLAGS Flags;
  BYTE                        Reserved[32];
} DXGKARG_CLOSENATIVEFENCE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkarg_closenativefence)

Description

DXGKARG_CLOSENATIVEFENCE is the structure passed to DxgkDdiCloseNativeFence.

Members

hLocalNativeFence

[in] Driver-assigned handle to the fence object opened in a prior call to DxgkDdiOpenNativeFence.

Flags

[in] A DXGK_CLOSENATIVEFENCE_FLAGS structure containing flags that indicate how to close the local GPU fence object.

Reserved[32]

Reserved for system use.

Remarks

For more information about native GPU fences, see Native GPU fence objects.

See also

DxgkDdiCloseNativeFence

DxgkDdiOpenNativeFence