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

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. //  File:      fshare.odl
  7. //
  8. //  Contents:  File Share Interfaces
  9. //
  10. //------------------------------------------------------------------------
  11.  
  12. [uuid(OLEDS_IID_IADsFileShare),oleautomation, dual]
  13. interface IADsFileShare: IADs
  14. {
  15.     PROPERTY_LONG_RO(CurrentUserCount, DISPID_IADs_UPPER_BOUND + 1)
  16.     PROPERTY_BSTR_RW(Description, DISPID_IADs_UPPER_BOUND + 2)
  17.     PROPERTY_BSTR_RW(HostComputer, DISPID_IADs_UPPER_BOUND + 3)
  18.     PROPERTY_BSTR_RW(Path, DISPID_IADs_UPPER_BOUND + 4)
  19.     PROPERTY_LONG_RW(MaxUserCount, DISPID_IADs_UPPER_BOUND + 5)
  20. };
  21.