SECRegistry::Save
BOOLSECRegistry::Save(LPCTSTRlpszDestFile, LPSECURITY_ATTRIBUTESpSecurityAttributes)
Encapsulates the RegSaveKey API.
Defined in: SECREG.CPP
Return Value
Nonzero if key was successfully saved, otherwise 0.
Parameters
lpszDestFile
Specifies the file where registration information associated with the current key will be stored.
pSecurityAttributes
Points to a SECURITY_ATTRIBUTES structure for the new file.
Comments
Saves the registration information for the current key. Encapsulates the RegSaveKey API.
Developer Notes
For 32-bit only.
See Also