SetUserObjectInformationA method
Implementation
int SetUserObjectInformationA(
ffi.Pointer<ffi.Void> hObj,
int nIndex,
ffi.Pointer<ffi.Void> pvInfo,
int nLength,
) {
return (_SetUserObjectInformationA ??= _dylib.lookupFunction<
_c_SetUserObjectInformationA,
_dart_SetUserObjectInformationA>('SetUserObjectInformationA'))(
hObj,
nIndex,
pvInfo,
nLength,
);
}