DeleteEnclave method

int DeleteEnclave(
  1. Pointer<Void> lpAddress
)

Implementation

int DeleteEnclave(
  ffi.Pointer<ffi.Void> lpAddress,
) {
  return _DeleteEnclave(
    lpAddress,
  );
}