mirror of https://github.com/tongzx/nt5src
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.
26 lines
614 B
26 lines
614 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1996.
|
|
//
|
|
// File: proto.hxx
|
|
//
|
|
// Contents: Shared function prototypes.
|
|
//
|
|
// Classes: None.
|
|
//
|
|
// Functions: RequestService
|
|
//
|
|
// History: 06-Jul-96 MarkBl Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef __PROTO_HXX__
|
|
#define __PROTO_HXX__
|
|
|
|
#if !defined(_CHICAGO_)
|
|
HRESULT
|
|
SetTaskFileSecurity(LPCWSTR pwszTaskPath, BOOL fIsATTask);
|
|
#endif // !defined(_CHICAGO_)
|
|
|
|
#endif // __PROTO_HXX__
|