SHRegDeleteUSValueSHRegDeleteUSValue*
*Contents  *Index  *Topic Contents
*Previous Topic: SHRegDeleteEmptyUSKey
*Next Topic: SHRegEnumUSKey

SHRegDeleteUSValue


LONG SHRegDeleteUSValue(
    HUSKEY          hUSKey,
    LPCTSTR         pszValue,
    SHREGDEL_FLAGS  delRegFlags
    );

Deletes a user-specific registry value.

hUSKey
Handle to the currently open user-specific key.
pszValue
Address of the null-terminated string that names the value to remove.
delRegFlags
One of the SHREGDEL_FLAGS that specifies from which base key the value will be deleted.

See also SHRegDeleteEmptyUSKey


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.