GetUserNameA (ADVAPI32.@)
BOOL GetUserNameA ( LPSTR lpszName, LPDWORD lpSize )
Get the current user name.
lpszName | [Out] | Destination for the user name. |
lpSize | [In/Out] | Size of lpszName. |
Success: The length of the user name, including terminating NUL.
Failure: ERROR_MORE_DATA if *lpSize is too small.
Defined in "winbase.h".
Implemented in "dlls/advapi32/advapi.c". source.winehq.org/source/dlls/advapi32/advapi.c
Debug channel "advapi".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.