DeleteEnclave method

int DeleteEnclave(
  1. Pointer<Void> lpAddress
)

Implementation

int DeleteEnclave(
  ffi.Pointer<ffi.Void> lpAddress,
) {
  return (_DeleteEnclave ??=
      _dylib.lookupFunction<_c_DeleteEnclave, _dart_DeleteEnclave>(
          'DeleteEnclave'))(
    lpAddress,
  );
}