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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Active directory browsing with clarion 6.3 1

Status
Not open for further replies.

slysky

IS-IT--Management
Feb 8, 2005
1
SI
Is there any way for browsing Active directory users with clarion 6.3 ?
 
Hi!

Yes, by using the Windows API's in netapi32.dll. The ones to use would be ::
1. NetGetDCName() to get the domail controller
2. NetUserEnum() to get the Users
3. NetApiBufferFree() to free the resources

I have not tried this but this was some information I saved from somebody'd posting. You can find more information on these API's from MSDN.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top