windows-nt/Source/XPSP1/NT/net/mmc/remrras/inc/rrasutil.h
2020-09-26 16:20:57 +08:00

18 lines
931 B
C

/**********************************************************************/
/** 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;
#endif /* ! _RRASUTIL_H_ */