RegLoadKeyW method

int RegLoadKeyW(
  1. Pointer<HKEY__> hKey,
  2. Pointer<Uint16> lpSubKey,
  3. Pointer<Uint16> lpFile
)

Implementation

int RegLoadKeyW(
  ffi.Pointer<HKEY__> hKey,
  ffi.Pointer<ffi.Uint16> lpSubKey,
  ffi.Pointer<ffi.Uint16> lpFile,
) {
  return _RegLoadKeyW(
    hKey,
    lpSubKey,
    lpFile,
  );
}