SECRegistry::UnLoad
BOOLSECRegistry::UnLoad(LPCTSTRlpszSubkey)
Encapsulates the RegUnLoadKey API.
Defined in: SECREG.CPP
Return Value
Nonzero if key was successfully unloaded, otherwise 0.
Parameters
lpszSubkey
LPCTSTR lpszSubkey
Comments
Unloads the specified key and its subkeys from the registry. Encapsulates the RegUnLoadKey API.
Developer Notes
For 32-bit only.
See Also