Scroll to navigation

SetComputerNameW(3w) Wine API SetComputerNameW(3w)

NAME

SetComputerNameW (KERNEL32.@)

SYNOPSIS

BOOL SetComputerNameW
(
LPCWSTR lpComputerName
)
 

DESCRIPTION

Set a new NetBIOS name for the local computer.
 

PARAMS

lpComputerName [In] Address of new computer name.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/computername.c".
Debug channel "computername".
Oct 2012 Wine API