RegFlushKey method

int RegFlushKey(
  1. Pointer<HKEY__> hKey
)

Implementation

int RegFlushKey(
  ffi.Pointer<HKEY__> hKey,
) {
  return _RegFlushKey(
    hKey,
  );
}