Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenreactos.h
Go to the documentation of this file.
00001 /* 00002 * FreeLoader 00003 * Copyright (C) 1998-2003 Brian Palmer <brianp@sginet.com> 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation; either version 2 of the License, or 00008 * (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License along 00016 * with this program; if not, write to the Free Software Foundation, Inc., 00017 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00018 */ 00019 00020 #pragma once 00021 00023 // 00024 // ARC Path Functions 00025 // 00027 BOOLEAN 00028 DissectArcPath2( 00029 IN CHAR* ArcPath, 00030 OUT ULONG* x, 00031 OUT ULONG* y, 00032 OUT ULONG* z, 00033 OUT ULONG* Partition, 00034 OUT ULONG *PathSyntax); 00035 BOOLEAN DissectArcPath(CHAR *ArcPath, CHAR *BootPath, UCHAR* BootDrive, ULONG* BootPartition); 00036 VOID ConstructArcPath(PCHAR ArcPath, PCHAR SystemFolder, UCHAR Disk, ULONG Partition); 00037 UCHAR ConvertArcNameToBiosDriveNumber(PCHAR ArcPath); 00038 00039 void PcBeep(void); Generated on Sun May 27 2012 04:19:15 for ReactOS by
1.7.6.1
|