Changeset 21916 for trunk/src/kernel32/osliblvm.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/kernel32/osliblvm.h
r9693 r21916 15 15 #endif 16 16 17 #include <win \winioctl.h>17 #include <win/winioctl.h> 18 18 19 19 #ifdef OS2_INCLUDED … … 30 30 typedef unsigned long LBA; 31 31 32 /* Define a Partition Sector Number. A Partition Sector Number is 33 relative to the start of a partition. The first sector in a partition 32 /* Define a Partition Sector Number. A Partition Sector Number is 33 relative to the start of a partition. The first sector in a partition 34 34 is PSN 0. */ 35 35 typedef unsigned long PSN; … … 330 330 HANDLE OSLibLVMQueryVolumeControlData(); 331 331 void OSLibLVMFreeVolumeControlData(HANDLE hVolumeControlData); 332 BOOL OSLibLVMQueryVolumeName(HANDLE hVolumeControlData, ULONG *pVolIndex, 332 BOOL OSLibLVMQueryVolumeName(HANDLE hVolumeControlData, ULONG *pVolIndex, 333 333 LPSTR lpszVolumeName, DWORD cchBufferLength); 334 334 … … 338 338 ULONG OSLibLVMGetDriveType(LPCSTR lpszVolume); 339 339 CHAR OSLibLVMQueryDriveFromVolumeName(LPCSTR lpszVolume); 340 BOOL OSLibLVMGetVolumeNameForVolumeMountPoint(LPCSTR lpszVolumeMountPoint, LPSTR lpszVolumeName, 340 BOOL OSLibLVMGetVolumeNameForVolumeMountPoint(LPCSTR lpszVolumeMountPoint, LPSTR lpszVolumeName, 341 341 DWORD cchBufferLength); 342 342
Note:
See TracChangeset
for help on using the changeset viewer.