HasKey
Has the specified registry key or not.
BOOL HasKey( LPCSTR lpSubKey )
TRUE or FALSE.
EX1
BOOL Registry_HasKey_ex1() { Registry myRegAccess(HKEY_CLASSES_ROOT); if( myRegAccess.HasKey("abc") ) return TRUE; }
origin.h