SECRegistry::StrToKey
HKEYSECRegistry::StrToKey(CString&strKey)
Converts an string equivalent to its HKEY constant.
Defined in: SECREG.CPP
Return Value
The matching HKEY successful, otherwise 0.
Parameters
strKey
String to receive conversion
Comments
This method maps the standard strings to HKEY values. See KeyToStr for recognized strings.
See Also