SetComputerNameEx2W method
Implementation
int SetComputerNameEx2W(
int NameType,
int Flags,
ffi.Pointer<ffi.Uint16> lpBuffer,
) {
return (_SetComputerNameEx2W ??= _dylib.lookupFunction<
_c_SetComputerNameEx2W,
_dart_SetComputerNameEx2W>('SetComputerNameEx2W'))(
NameType,
Flags,
lpBuffer,
);
}