Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADSI for VC++

Status
Not open for further replies.

ryan

Programmer
Nov 13, 2000
73
US
I have a little VC++ experience but I'm having trouble connecting to the ADSI objects in Windows. How do I do so using VC++. In VB you would do it like this:

Dim MyObject
Set MyObject = GetObject("IIS://......")

How do I do this in VC++? Thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top