Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

drivesup.h

Go to the documentation of this file.
00001 00002 /*++ 00003 00004 Copyright (c) 1990-1998 Microsoft Corporation 00005 00006 Module Name: 00007 00008 hanfnc.c 00009 00010 Abstract: 00011 00012 default handlers for hal functions which don't get handlers 00013 installed by the hal 00014 00015 --*/ 00016 00017 #ifndef _DRIVESUP_H_ 00018 #define _DRIVESUP_H_ 00019 00020 #define BOOTABLE_PARTITION 0 00021 #define PRIMARY_PARTITION 1 00022 #define LOGICAL_PARTITION 2 00023 #define FT_PARTITION 3 00024 #define OTHER_PARTITION 4 00025 00026 NTSTATUS 00027 FASTCALL 00028 xHalIoClearPartitionTable( 00029 IN PDEVICE_OBJECT DeviceObject, 00030 IN ULONG SectorSize, 00031 IN ULONG SectorsPerTrack, 00032 IN ULONG NumberOfHeads 00033 ); 00034 00035 #endif

Generated on Sat May 15 19:39:46 2004 for test by doxygen 1.3.7