home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / tssqsec.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  488b  |  25 lines

  1. //
  2. // Copyright (C) Microsoft Corporation, 1997.  All rights reserved.
  3. //
  4.  
  5. // TSSQSEC.h : main header file for the TSSQSEC DLL
  6. //
  7.  
  8. #ifndef TSSQSEC_H
  9. #define TSSQSEC_H
  10.  
  11. #ifdef __cplusplus
  12. extern "C"
  13. {
  14. #endif
  15.  
  16. SCODE WINAPI Login(HANDLE *phUser, LPCTSTR UserName, LPCTSTR Password);
  17. SCODE WINAPI IsPermitted(HANDLE hUser, long Channel, long TuningSpace, DATE Time, DATE *StopTime);
  18. SCODE WINAPI Logout(HANDLE hUser);
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif // TSSQSEC_H
  25.