GetCurrentActCtx method

int GetCurrentActCtx(
  1. Pointer<Pointer<Void>> lphActCtx
)

Implementation

int GetCurrentActCtx(
  ffi.Pointer<ffi.Pointer<ffi.Void>> lphActCtx,
) {
  return (_GetCurrentActCtx ??=
      _dylib.lookupFunction<_c_GetCurrentActCtx, _dart_GetCurrentActCtx>(
          'GetCurrentActCtx'))(
    lphActCtx,
  );
}