mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 22:22:20 -05:00
6 lines
277 B
C
6 lines
277 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
EXTERN_C HRESULT GetRegistryString(HKEY key, LPCWSTR subkeyPath, LPCWSTR valueName, DWORD options, LPWSTR *data, LPDWORD size);
|
|
EXTERN_C HRESULT GetRegistryDword(HKEY key, LPCWSTR subkeyPath, LPCWSTR valueName, DWORD options, LPDWORD data);
|