LocalFree method

Pointer<Void> LocalFree(
  1. Pointer<Void> hMem
)

Implementation

ffi.Pointer<ffi.Void> LocalFree(
  ffi.Pointer<ffi.Void> hMem,
) {
  return _LocalFree(
    hMem,
  );
}