ReactOS
0.4.15-dev-1638-gc0caa5c
break.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS DiskPart
3
* LICENSE: GPL - See COPYING in the top level directory
4
* FILE: base/system/diskpart/break.c
5
* PURPOSE: Manages all the partitions of the OS in an interactive way.
6
* PROGRAMMERS: Lee Schroeder
7
*/
8
9
#include "
diskpart.h
"
10
11
BOOL
break_main
(
INT
argc
,
LPWSTR
*
argv
)
12
{
13
ConPuts
(
StdOut
,
L
"\nTODO: Add code later since Win 7 Home Premium doesn't have this feature.\n"
);
14
return
TRUE
;
15
}
argc
static int argc
Definition:
ServiceArgs.c:12
TRUE
#define TRUE
Definition:
types.h:120
break_main
BOOL break_main(INT argc, LPWSTR *argv)
Definition:
break.c:11
ConPuts
INT ConPuts(IN PCON_STREAM Stream, IN PCWSTR szStr)
Definition:
outstream.c:427
argv
#define argv
Definition:
mplay32.c:18
INT
int32_t INT
Definition:
typedefs.h:58
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
diskpart.h
L
static const WCHAR L[]
Definition:
oid.c:1250
StdOut
#define StdOut
Definition:
stream.h:82
LPWSTR
WCHAR * LPWSTR
Definition:
xmlstorage.h:184
base
system
diskpart
break.c
Generated on Mon Jan 25 2021 06:03:58 for ReactOS by
1.8.15