DEVICE_DSM_FREE_SPACE_OUTPUT - NtDoc

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

typedef struct _DEVICE_DSM_FREE_SPACE_OUTPUT {
  ULONG     Version;
  ULONGLONG FreeSpace;
} DEVICE_DSM_FREE_SPACE_OUTPUT, *PDEVICE_DSM_FREE_SPACE_OUTPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddstor-_device_dsm_free_space_output)

_DEVICE_DSM_FREE_SPACE_OUTPUT structure

Description

This structure is reserved for system use only.

Members

Version

Not applicable.

FreeSpace

Not applicable.

Remarks

See also