GetCurrentActCtx method

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

Implementation

int GetCurrentActCtx(
  ffi.Pointer<ffi.Pointer<ffi.Void>> lphActCtx,
) {
  return _GetCurrentActCtx(
    lphActCtx,
  );
}