 |
SHRegOpenUSKey ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Opens a user-specific registry key. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
LONG SHRegOpenUSKey(
LPCTSTR pszPath,
REGSAM samDesired,
HUSKEY hRelativeUSKey,
PHUSKEY phNewUSKey,
BOOL fIgnoreHKCU
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SHRegOpenUSKey IN shlwapi;
STRING pszPath,;
INTEGER samDesired,;
INTEGER hRelativeUSKey,;
INTEGER @ phNewUSKey,;
SHORT fIgnoreHKCU
|
 |
 |
 |
| Parameters: |
 |
pszPath
[in] Pointer to a null-terminated string with the name of the subkey.
samDesired
[in] Desired security access. For more information on security access, see REGSAM.
hRelativeUSKey
[in] Key to be used as a base for relative paths.
phNewUSKey
[out] Pointer to the handle of the opened key.
fIgnoreHKCU
[in] Variable that specifies which key to look under. When set to TRUE, SHRegGetUSValue ignores HKCU and returns a value from HKLM. |
 |
 |
| Return value: |
 |
| Returns 0 (ERROR_SUCCESS) if successful, or a nonzero error code defined in Winerror.h otherwise. |
 |
 |
| Word Index links for the SHRegOpenUSKey : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-02 12:00:00 | | Modified: | 2001-11-26 16:03:31 | Visited in last 7 days: 26 |