Does anyone know the required constant value for the code 
IOCTL_DISK_GET_DRIVE_GEOMETRY necessary to work with
the WinAPI DeviceIoControl_  as an operation code to get the
Disk Geometry returned.  
Any idea where I can find it.  PureBasic doesn't see it as an
existing constant.
Thanks,
TerryHough
			
			
									
									
						?? a constant value
- 
				TerryHough
- Enthusiast 
- Posts: 781
- Joined: Fri Apr 25, 2003 6:51 pm
- Location: NC, USA
- Contact:
- 
				DominiqueB
- Enthusiast 
- Posts: 103
- Joined: Fri Apr 25, 2003 4:00 pm
- Location: France
Here:
Public Const IOCTL_DISK_GET_DRIVE_GEOMETRY As Long = &H70000
Dominique
			
			
									
									Dominique
Dominique
Windows 10 64bits. Pure basic 32bits
						Windows 10 64bits. Pure basic 32bits
i found apiviewer 2003, but when i install and run the thing there appears to be no databasie win32.txt or win32.apv... am i missing something?
			
			
									
									( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
						( The path to enlightenment and the PureBasic Survival Guide right here... )
Re: ?? a constant value
> Does anyone know the required constant value for the code
> IOCTL_DISK_GET_DRIVE_GEOMETRY
http://www.google.com.au/search?q=IOCTL ... E_GEOMETRY
 
			
			
									
									
						> IOCTL_DISK_GET_DRIVE_GEOMETRY
http://www.google.com.au/search?q=IOCTL ... E_GEOMETRY

- 
				TerryHough
- Enthusiast 
- Posts: 781
- Joined: Fri Apr 25, 2003 6:51 pm
- Location: NC, USA
- Contact:

