table of contents
other versions
- wheezy 1.4.1-4
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: FALSEIMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/computername.c". Debug channel "computername".Oct 2012 | Wine API |