Leaked source code of windows server 2003
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
703 B

///////////////////////////////////////////////////////////////////////////
//
// Copyright(C) 1997-1998 Microsoft Corporation all rights reserved.
//
// Module: iasplcy.h
//
// Project: Everest
//
// Description: IAS Policy Initialization / Shutdown Function Prototypes
//
// Author: Todd L. Paul 11/11/97
//
///////////////////////////////////////////////////////////////////////////
#ifndef __IAS_POLICY_API_H_
#define __IAS_POLICY_API_H_
#include <ias.h>
STDAPI_(DWORD) IASPolicyInitialize(void);
STDAPI_(DWORD) IASPolicyShutdown(void);
STDAPI_(DWORD) IASPipelineInitialize(void);
STDAPI_(DWORD) IASPipelineShutdown(void);
#endif // __IAS_POLICY_API_H_