VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT - NtDoc

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

typedef struct _VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT {
  ULONG                         Size;
  VIRTUAL_STORAGE_BEHAVIOR_CODE BehaviorCode;
} VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT, *PVIRTUAL_STORAGE_SET_BEHAVIOR_INPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-_virtual_storage_set_behavior_input)

_VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT structure

Description

Members

Size

BehaviorCode

Remarks

See also