ReactOS
0.4.16-dev-2104-gb84fa49
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
EXIT_CODE
12
break_main
(
13
_In_
INT
argc
,
14
_In_
PWSTR
*
argv
)
15
{
16
ConPuts
(
StdOut
,
L
"\nTODO: Add code later since Win 7 Home Premium doesn't have this feature.\n"
);
17
return
EXIT_SUCCESS
;
18
}
argc
static int argc
Definition:
ServiceArgs.c:12
ConPuts
void ConPuts(FILE *fp, LPCWSTR psz)
Definition:
fc.c:16
StdOut
#define StdOut
Definition:
fc.c:14
break_main
EXIT_CODE break_main(_In_ INT argc, _In_ PWSTR *argv)
Definition:
break.c:12
diskpart.h
EXIT_CODE
enum _EXIT_CODE EXIT_CODE
L
#define L(x)
Definition:
resources.c:13
argv
#define argv
Definition:
mplay32.c:18
_In_
#define _In_
Definition:
no_sal2.h:158
EXIT_SUCCESS
#define EXIT_SUCCESS
Definition:
rdjpgcom.c:55
PWSTR
uint16_t * PWSTR
Definition:
typedefs.h:56
INT
int32_t INT
Definition:
typedefs.h:58
base
system
diskpart
break.c
Generated on Wed Jan 7 2026 06:02:57 for ReactOS by
1.9.6