OperationStart method

int OperationStart(
  1. Pointer<OPERATION_START_PARAMETERS> OperationStartParams
)

Implementation

int OperationStart(
  ffi.Pointer<OPERATION_START_PARAMETERS> OperationStartParams,
) {
  return _OperationStart(
    OperationStartParams,
  );
}