The IOCTL_STORAGE_CHECK_VERIFY DeviceIoControl operation determines whether a device’s media is accessible; for example, whether the media is in the device.
dwIoControlCode = IOCTL_STORAGE_CHECK_VERIFY ; // operation code lpInBuffer = NULL; // address of input buffer; not used; must be NULL nInBufferSize = 0; // size of input buffer; not used; must be zero lpOutBuffer = NULL; // address of output buffer; not used; must be NULL nOutBufferSize = 0; // size of output buffer; not used; must be zero lpBytesReturned; // address of actual bytes of output
If the operation succeeds and the device media is accessible, DeviceIoControl returns a nonzero value.
If the operation fails, DeviceIoControl returns zero.
file: /Techref/os/win/api/win32/func/src/f51_5.htm, 2KB, , updated: 2000/4/7 12:19, local time: 2025/5/2 04:39,
18.222.25.95:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/os/win/api/win32/func/src/f51_5.htm"> IOCTL_STORAGE_CHECK_VERIFY</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.