Board index » Visual Studio » obtaining organization name

obtaining organization name

Visual Studio92
how to get the organization name of the current user? Like GetUserName(),

but the name of the organization.



thanks


-
 

Re:obtaining organization name

Use the registry API functions to query the value from the

"RegisteredOrganization" key under



HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion



--

Cheers

Check Abdoul [VC++ MVP]

-----------------------------------



"DR" <dr1234@yahoo.com>wrote in message

Quote
how to get the organization name of the current user? Like GetUserName(),

but the name of the organization.



thanks









-