GetSystemWow64DirectoryW method
Implementation
int GetSystemWow64DirectoryW(
ffi.Pointer<ffi.Uint16> lpBuffer,
int uSize,
) {
return (_GetSystemWow64DirectoryW ??= _dylib.lookupFunction<
_c_GetSystemWow64DirectoryW,
_dart_GetSystemWow64DirectoryW>('GetSystemWow64DirectoryW'))(
lpBuffer,
uSize,
);
}