DXGK_RESTOREMEMORYFORHOTUPDATEFLAGS - NtDoc

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

typedef struct _DXGK_RESTOREMEMORYFORHOTUPDATEFLAGS {
  union {
    struct {
      UINT RestoreComplete : 1;
      UINT Reserved : 31;
    };
    UINT Value;
  };
} DXGK_RESTOREMEMORYFORHOTUPDATEFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGK_RESTOREMEMORYFORHOTUPDATEFLAGS structure

Description

Flags used to restore memory for driver hot updates.

Members

RestoreComplete

Restore is complete.

Reserved

Reserved.

Value

Remarks

See also