DXGK_SAVEMEMORYFORHOTUPDATEFLAGS - NtDoc

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

typedef struct _DXGK_SAVEMEMORYFORHOTUPDATEFLAGS {
  union {
    struct {
      UINT CancelHotUpdate : 1;
      UINT Reserved : 31;
    };
    UINT Value;
  };
} DXGK_SAVEMEMORYFORHOTUPDATEFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGK_SAVEMEMORYFORHOTUPDATEFLAGS structure

Description

Flags used when saving memory for driver hot updates.

Members

CancelHotUpdate

Cancel hot update.

Reserved

Value

Remarks

See also