Desktop Functions: Smart Device Functions:
|
GetUserName (advapi32)
C# Signature:[DllImport("advapi32.dll", SetLastError = true)] static extern bool GetUserName(System.Text.StringBuilder sb, ref Int32 length) VB Signature:
Declare Auto Function GetUserName Lib "advapi32.dll" (ByVal lpBuffer As System.Text.StringBuilder, ByRef i As Integer) As Boolean User-Defined Types:None. Alternative Managed API:Environment.UserName (System.Environment) Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|