ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

net.h
Go to the documentation of this file.
00001 
00002 /*
00003  * COPYRIGHT:       See COPYING in the top level directory
00004  * PROJECT:         ReactOS net command 
00005  * FILE:            
00006  * PURPOSE:         
00007  *
00008  * PROGRAMMERS:     Magnus Olsen (greatlord@reactos.org) 
00009  */
00010 
00011 #include <stdio.h>
00012 #include <string.h>
00013 #include <stdlib.h>
00014 #include <windows.h>
00015 
00016 void help(void);
00017 int unimplemented(void);
00018 
00019 
00020 INT cmdHelp(INT argc, CHAR **argv);
00021 
00022 INT cmdStart(INT argc, CHAR **argv );
00023 INT start_service(CHAR *service);
00024 
00025 INT cmdStop(INT argc, CHAR **argv );
00026 INT stop_service(CHAR *service);
00027 
00028 /* Control and start rpcclient */
00029 BOOL myCreateProcessStartGetSzie(CHAR *cmdline, LONG *size);
00030 BOOL myCreateProcessStart(CHAR *cmdline, CHAR *srvlst, LONG size);
00031 BOOL myCreateProcess(HANDLE hChildStdoutWr, HANDLE hChildStdinRd, CHAR *cmdline);
00032 LONG ReadPipe(HANDLE hStdoutWr, HANDLE hStdoutRd, CHAR *srvlst, LONG size);
00033 LONG ReadPipeSize(HANDLE hStdoutWr, HANDLE hStdoutRd); 
00034 INT row_scanner_service(CHAR *buffer, LONG* pos, LONG size, CHAR *name,CHAR *save);
00035 

Generated on Sat May 26 2012 04:16:09 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.