Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/******************************************************************************
Copyright(c) Microsoft Corporation
Module Name:
run.h
Abstract:
This module contains the macros, user defined structures & function definitions needed by end.cpp
Author:
Venu Gopal Choudary 12-Mar-2001
Revision History:
Venu Gopal Choudary 12-Mar-2001 : Created it ******************************************************************************/
#ifndef __END_H
#define __END_H
#pragma once
#define OI_ENDSERVER 1 // Index of -s option in cmdOptions structure.
#define OI_ENDUSERNAME 4 // Index of -u option in cmdOptions structure.
#define OI_ENDPASSWORD 5 // Index of -p option in cmdOptions structure.
#endif
|