.
C# Signature:
[DllImport("secur32.dll", CharSet=CharSet.Auto)]
public static extern int GetUserNameEx (int nameFormat, StringBuilder userName, ref uint userNameSize);
VB Signature:
Declare Function GetUserNameEx Lib "secur32.dll" (TODO) As TODO
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
Gets the name of the user or other security principal associated with the calling thread.
5/29/2016 12:23:23 PM - -93.159.254.162
Click to read this page10/2/2011 2:35:57 AM - txzhgh-89.110.151.174
