home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / session.odl < prev    next >
Text File  |  1998-04-25  |  769b  |  21 lines

  1. //---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. //  File:      session.odl
  7. //
  8. //  Contents:  Session Interfaces
  9. //
  10. //----------------------------------------------------------------------------
  11. [ uuid(OLEDS_IID_IADsSession), oleautomation, dual]
  12. interface IADsSession : IADs
  13. {
  14.     PROPERTY_BSTR_RO(User, DISPID_IADs_UPPER_BOUND + 1)
  15.     PROPERTY_BSTR_RO(UserPath, DISPID_IADs_UPPER_BOUND + 2)
  16.     PROPERTY_BSTR_RO(Computer,  DISPID_IADs_UPPER_BOUND + 3)
  17.     PROPERTY_BSTR_RO(ComputerPath,  DISPID_IADs_UPPER_BOUND + 4)
  18.     PROPERTY_LONG_RO(ConnectTime, DISPID_IADs_UPPER_BOUND + 5)
  19.     PROPERTY_LONG_RO(IdleTime, DISPID_IADs_UPPER_BOUND + 6)
  20. };
  21.