SetUserObjectInformationW method
Implementation
int SetUserObjectInformationW(
ffi.Pointer<ffi.Void> hObj,
int nIndex,
ffi.Pointer<ffi.Void> pvInfo,
int nLength,
) {
return (_SetUserObjectInformationW ??= _dylib.lookupFunction<
_c_SetUserObjectInformationW,
_dart_SetUserObjectInformationW>('SetUserObjectInformationW'))(
hObj,
nIndex,
pvInfo,
nLength,
);
}