Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. COM
  4. Active Directory Service Intertface ADsGetObject fails with 80004002

Active Directory Service Intertface ADsGetObject fails with 80004002

Scheduled Pinned Locked Moved COM
helpc++windows-admin
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Killer3
    wrote on last edited by
    #1

    The following code fails and return "0x80004002" error Invalid Syntax. Can any one provide me direction to solve this problem. Is there any sample VC++ to get list domain in Primary Domain Controller, and to list the users in one domain WCHAR szTest [100]; swprintf(szTest,L"%s","WinNT://development/ilanthendralr,user"); HRESULT hr = CoInitialize(NULL); IADsUser *pUser; hr = ADsGetObject(szTest,IID_IADsUser,(void**)&pUser); if (FAILED(hr)) {return ;} BSTR bstr; hr = pUser->get_FullName(&bstr); printf("User: %S\n", bstr); SysFreeString(bstr); CoUninitialize();

    for thendral

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups