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.
 
 
 
 
 
 

19 lines
1.1 KiB

/**********************************************************************/
/** RRASUTIL.h : **/
/** **/
/** Microsoft Windows/NT **/
/** Copyright(C) Microsoft Corporation, 1997 - 1999 **/
/**********************************************************************/
#ifndef _RRASUTIL_H_
#define _RRASUTIL_H_
#include "remras.h"
typedef ComSmartPointer<IRemoteRouterConfig, &IID_IRemoteRouterConfig> SPIRemoteRouterConfig;
typedef ComSmartPointer<IRemoteNetworkConfig, &IID_IRemoteNetworkConfig> SPIRemoteNetworkConfig;
typedef ComSmartPointer<IRemoteTCPIPChangeNotify, &IID_IRemoteTCPIPChangeNotify> SPIRemoteTCPIPChangeNotify;
typedef ComSmartPointer<IRemoteRouterRestart, &IID_IRemoteRouterRestart> SPIRemoteRouterRestart;
typedef ComSmartPointer<IRemoteSetDnsConfig, &IID_IRemoteSetDnsConfig> SPIRemoteSetDnsConfig;
typedef ComSmartPointer<IRemoteICFICSConfig, &IID_IRemoteICFICSConfig> SPIRemoteICFICSConfig;
#endif /* ! _RRASUTIL_H_ */