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
390 B

  1. /*
  2. * File: intif.h
  3. *
  4. *
  5. *
  6. * Revision History:
  7. *
  8. * 05/06/96 mikev created
  9. */
  10. #ifndef _INTIF_H
  11. #define _INTIF_H
  12. //
  13. // Internal interface classes
  14. //
  15. class IConfAdvise;
  16. class IControlChannel;
  17. class IH323PubCap;
  18. typedef IControlChannel *LPIControlChannel;
  19. typedef IConfAdvise* LPIConfAdvise;
  20. typedef IH323PubCap *LPIH323PubCap;
  21. #endif //_INTIF_H