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

  1. /**********************************************************************/
  2. /** RRASUTIL.h : **/
  3. /** **/
  4. /** Microsoft Windows/NT **/
  5. /** Copyright(C) Microsoft Corporation, 1997 - 1999 **/
  6. /**********************************************************************/
  7. #ifndef _RRASUTIL_H_
  8. #define _RRASUTIL_H_
  9. #include "remras.h"
  10. typedef ComSmartPointer<IRemoteRouterConfig, &IID_IRemoteRouterConfig> SPIRemoteRouterConfig;
  11. typedef ComSmartPointer<IRemoteNetworkConfig, &IID_IRemoteNetworkConfig> SPIRemoteNetworkConfig;
  12. typedef ComSmartPointer<IRemoteTCPIPChangeNotify, &IID_IRemoteTCPIPChangeNotify> SPIRemoteTCPIPChangeNotify;
  13. typedef ComSmartPointer<IRemoteRouterRestart, &IID_IRemoteRouterRestart> SPIRemoteRouterRestart;
  14. typedef ComSmartPointer<IRemoteSetDnsConfig, &IID_IRemoteSetDnsConfig> SPIRemoteSetDnsConfig;
  15. typedef ComSmartPointer<IRemoteICFICSConfig, &IID_IRemoteICFICSConfig> SPIRemoteICFICSConfig;
  16. #endif /* ! _RRASUTIL_H_ */