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

  1. //---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. //  File:      resource.odl
  7. //
  8. //  Contents:  Resource Interfaces
  9. //
  10. //----------------------------------------------------------------------------
  11.  
  12. [ uuid(OLEDS_IID_IADsResource), oleautomation, dual]
  13. interface IADsResource : IADs
  14. {
  15.     PROPERTY_BSTR_RO(User, DISPID_IADs_UPPER_BOUND + 1)
  16.     PROPERTY_BSTR_RO(UserPath, DISPID_IADs_UPPER_BOUND + 2)
  17.     PROPERTY_BSTR_RO(Path, DISPID_IADs_UPPER_BOUND + 3)
  18.     PROPERTY_LONG_RO(LockCount, DISPID_IADs_UPPER_BOUND + 4)
  19. };
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.