Functions

General System Information APIs

Functions

SYSINFO_API BOOL SysInfoDll_GetComputerName (LPWSTR lpBuffer, LPDWORD nSize)
 Call this function to return the computer's NetBIOS name as a string.

Function Documentation

SYSINFO_API BOOL SysInfoDll_GetComputerName ( LPWSTR  lpBuffer,
LPDWORD  nSize 
)

Call this function to return the computer's NetBIOS name as a string.

Parameters:
[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.
Returns:
TRUE if successful, otherwise FALSE
 All Data Structures Files Functions Variables Enumerations Enumerator Defines