home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / dsnamesp.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:      dsnamesp.odl
  7. //
  8. //  Contents:  DSNamespace Interface
  9. //
  10. //----------------------------------------------------------------------------
  11.  
  12. [ uuid(OLEDS_IID_IADsOpenDSObject), oleautomation, dual]
  13. interface IADsOpenDSObject : IDispatch
  14. {
  15.  
  16.     [id(1)]
  17.     HRESULT
  18.     OpenDSObject(
  19.         [in] BSTR lpszDNName,
  20.         [in] BSTR lpszUserName,
  21.         [in] BSTR lpszPassword,
  22.         [in] long lnReserved,
  23.         [out,retval] IDispatch * * ppOleDsObj
  24.         );
  25.  
  26. };
  27.