// ntddstor.h typedef struct _DEVICE_DSM_LOST_QUERY_OUTPUT { ULONG Version; ULONG Size; ULONGLONG Alignment; ULONG NumberOfBits; ULONG BitMap[ANYSIZE_ARRAY]; } DEVICE_DSM_LOST_QUERY_OUTPUT, *PDEVICE_DSM_LOST_QUERY_OUTPUT;View the official Windows Driver Kit DDI reference
No description available.
This structure is reserved for system use only.
Version
Not applicable.
Size
Alignment
NumberOfBits
BitMap
View the official Windows Driver Kit DDI reference