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

  1. //---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. //  File:      namesps.odl
  7. //
  8. //  Contents:  Namespaces Interface
  9. //
  10. //----------------------------------------------------------------------------
  11.  
  12. [ uuid(OLEDS_IID_IADsNamespaces), dual, oleautomation]
  13. interface IADsNamespaces : IADs
  14. {
  15.     PROPERTY_BSTR_RW(DefaultContainer, 1)
  16. };
  17.