OperationEnd method

int OperationEnd(
  1. Pointer<OPERATION_END_PARAMETERS> OperationEndParams
)

Implementation

int OperationEnd(
  ffi.Pointer<OPERATION_END_PARAMETERS> OperationEndParams,
) {
  return _OperationEnd(
    OperationEndParams,
  );
}