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