_GetComputerName function

[This function is a wrapper over the GetComputerName function. This function may be altered or unavailable in the future. Applications should call GetComputerName directly.]

Gets the computer name. See GetComputerName.

Syntax

BOOL _GetComputerName(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Msmdun80.dll;
Sqlunirl.dll

See also

GetComputerName