共用方式為


FSCTL_QUERY_STORAGE_CLASSES IOCTL (winioctl.h)

擷取針對支持數據階層處理之磁碟區定義的儲存層。

若要執行這項作業,請使用下列參數呼叫 DeviceIoControl 函式。

BOOL DeviceIoControl(
  (HANDLE) hDevice,                 // handle to device
  FSCTL_QUERY_STORAGE_CLASSES,      // dwIoControlCode
  (LPDWORD) lpInBuffer,             // input buffer
  (DWORD) nInBufferSize,            // size of input buffer
  (LPDWORD) lpOutBuffer,            // output buffer
  (DWORD) nOutBufferSize,           // size of output buffer
  (LPDWORD) lpBytesReturned,        // number of bytes returned
  (LPOVERLAPPED) lpOverlapped       // OVERLAPPED structure
);

規格需求

需求
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2012 R2
標頭 winioctl.h

另請參閱