SetUserObjectInformationA method

int SetUserObjectInformationA(
  1. Pointer<Void> hObj,
  2. int nIndex,
  3. Pointer<Void> pvInfo,
  4. int nLength,
)

Implementation

int SetUserObjectInformationA(
  ffi.Pointer<ffi.Void> hObj,
  int nIndex,
  ffi.Pointer<ffi.Void> pvInfo,
  int nLength,
) {
  return _SetUserObjectInformationA(
    hObj,
    nIndex,
    pvInfo,
    nLength,
  );
}