Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

35 lines
457 B

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
start.h
Abstract:
Service start function prototypes.
Author:
Rita Wong (ritaw) 06-Apr-1992
Revision History:
--*/
#ifndef SCSTART_INCLUDED
#define SCSTART_INCLUDED
//
// Function Prototypes
//
DWORD
ScStartService(
IN LPSERVICE_RECORD ServiceRecord,
IN DWORD NumArgs,
IN LPSTRING_PTRSW CmdArgs
);
#endif // #ifndef SCSTART_INCLUDED