Changeset 108071 in vbox for trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h
- Timestamp:
- Feb 5, 2025 2:14:02 PM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167361
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h
r107948 r108071 43 43 int VBoxMsiSetPropUtf8(MSIHANDLE hMsi, const char *pszName, const char *pszValue); 44 44 UINT VBoxMsiSetPropDWORD(MSIHANDLE hMsi, const WCHAR *pwszName, DWORD dwVal); 45 int VBoxMsiRegQueryDWORDW(MSIHANDLE hMsi, HKEY hKey, LPCWSTR pwszName, DWORD *pdwValue); 46 int VBoxMsiRegQueryDWORD(MSIHANDLE hMsi, HKEY hKey, const char *pszName, DWORD *pdwValue); 45 47 46 48 #endif /* !VBOX_INCLUDED_SRC_InstallHelper_VBoxCommon_h */
Note:
See TracChangeset
for help on using the changeset viewer.