home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
vc98
/
include
/
dsnamesp.odl
< prev
next >
Wrap
Text File
|
1998-04-25
|
655b
|
27 lines
//---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996
//
// File: dsnamesp.odl
//
// Contents: DSNamespace Interface
//
//----------------------------------------------------------------------------
[ uuid(OLEDS_IID_IADsOpenDSObject), oleautomation, dual]
interface IADsOpenDSObject : IDispatch
{
[id(1)]
HRESULT
OpenDSObject(
[in] BSTR lpszDNName,
[in] BSTR lpszUserName,
[in] BSTR lpszPassword,
[in] long lnReserved,
[out,retval] IDispatch * * ppOleDsObj
);
};