You can use LanManager API (from lm.h):
WKSTA_USER_INFO_0 *pBuf = NULL;
NetWkstaUserGetInfo(NULL, 0, (BYTE**)&pBuf);
Get username from the structure :
pBuf->wkui0_username
Eventually add following code, because of Unicode coding :
#ifndef UNICODE
#define UNICODE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.