Functions | |
SYSINFO_API BOOL | SysInfoDll_GetComputerName (LPWSTR lpBuffer, LPDWORD nSize) |
Call this function to return the computer's NetBIOS name as a string. |
SYSINFO_API BOOL SysInfoDll_GetComputerName | ( | LPWSTR | lpBuffer, | |
LPDWORD | nSize | |||
) |
Call this function to return the computer's NetBIOS name as a string.
[out] | lpBuffer | Pointer to a string to store the computer name. |
[in,out] | nSize | size of the lpBuffer string buffer. On return, contains the length of the string. |