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

int main ( int argc  ,
char **  argv 
)

Definition at line 15 of file main.c.

{
    if (argc<2)
    {
      help();
      return 1;
    }

    if (_stricmp(argv[1],"ACCOUNTS")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"COMPUTER")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"CONFIG")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"CONTINUE")==0)
    {
        return unimplemented();
    }

    if (_stricmp(argv[1],"FILE")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"GROUP")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"HELP")==0)
    {
        return cmdHelp(argc,&argv[1]);
    }
    if (_stricmp(argv[1],"HELPMSG")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"LOCALGROUP")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"NAME")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"PRINT")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"SEND")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"SESSION")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"SHARE")==0)
    {
        return unimplemented();
    }

    if (_stricmp(argv[1],"START")==0)
    {
       return cmdStart(argc, &argv[1]);
    }
    if (_stricmp(argv[1],"STATISTICS")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"STOP")==0)
    {
        return cmdStop(argc, &argv[1]);
    }
    if (_stricmp(argv[1],"TIME")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"USE")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"USER")==0)
    {
        return unimplemented();
    }
    if (_stricmp(argv[1],"VIEW")==0)
    {
        return unimplemented();
    }

    help();
    return 1;
}

Generated on Sun May 27 2012 04:40:28 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.