Skip to content

Latest commit

 

History

History
95 lines (76 loc) · 2.83 KB

ni-winioctl-ioctl_storage_get_media_types_ex.md

File metadata and controls

95 lines (76 loc) · 2.83 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NI:winioctl.IOCTL_STORAGE_GET_MEDIA_TYPES_EX
IOCTL_STORAGE_GET_MEDIA_TYPES_EX
Retrieves information about the types of media supported by a device.
IOCTL_STORAGE_GET_MEDIA_TYPES_EX
IOCTL_STORAGE_GET_MEDIA_TYPES_EX control
IOCTL_STORAGE_GET_MEDIA_TYPES_EX control code
_win32_ioctl_storage_get_media_types_ex
base.ioctl_storage_get_media_types_ex
winioctl/IOCTL_STORAGE_GET_MEDIA_TYPES_EX
base\ioctl_storage_get_media_types_ex.htm
base
eb3676cb-9f50-4105-89b6-ee2174e197ec
12/05/2018
IOCTL_STORAGE_GET_MEDIA_TYPES_EX, IOCTL_STORAGE_GET_MEDIA_TYPES_EX control, IOCTL_STORAGE_GET_MEDIA_TYPES_EX control code, _win32_ioctl_storage_get_media_types_ex, base.ioctl_storage_get_media_types_ex, winioctl/IOCTL_STORAGE_GET_MEDIA_TYPES_EX
winioctl.h
Windows.h
Windows
Windows XP
Windows Server 2003
Windows
IOCTL_STORAGE_GET_MEDIA_TYPES_EX
winioctl/IOCTL_STORAGE_GET_MEDIA_TYPES_EX
c++
APIRef
kbSyntax
HeaderDef
WinIoCtl.h
IOCTL_STORAGE_GET_MEDIA_TYPES_EX

IOCTL_STORAGE_GET_MEDIA_TYPES_EX IOCTL

-description

Retrieves information about the types of media supported by a device.

To perform this operation, call the DeviceIoControl function with the following parameters.

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

-ioctlparameters

-input-buffer

-input-buffer-length

-output-buffer

-output-buffer-length

-in-out-buffer

-inout-buffer-length

-status-block

Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful.

Otherwise, Status to the appropriate error condition as a NTSTATUS code.

For more information, see NTSTATUS Values.

-see-also