OperationEnd method

int OperationEnd(
  1. Pointer<POPERATION_END_PARAMETERS> OperationEndParams
)

Implementation

int OperationEnd(
  ffi.Pointer<POPERATION_END_PARAMETERS> OperationEndParams,
) {
  return (_OperationEnd ??= _dylib
      .lookupFunction<_c_OperationEnd, _dart_OperationEnd>('OperationEnd'))(
    OperationEndParams,
  );
}