BCGControlBar Pro for MFC
virtual BOOL CBCGPRegistry::VerifyKey ( LPCTSTR  pszPath)
virtual

Determines if a key does exist.

Returns
Nonzero if a key does exist; otherwise 0.

Call this function to verify that a specified by pszKey registry key does exist and can be opened either with read only or all access rights. The access rights were specified in the constructor of the CBCGPRegistry object

Parameters
pszPathSpecifies the name of a key to be verified.