BCGControlBar Pro for MFC
virtual BOOL CBCGPRegistry::ReadSubKeys ( CStringArray &  SubKeys)
virtual

Reads a list of key names that are belong to the currently opened key.

Returns
Nonzero if at least one key name was read. It is 0 if there are no keys under the key or another error has occurred.

Call this function to retrieve an array of key names that belong to the currently opened key.

Parameters
SubKeysSpecifies the string array that receives the key names read from the registry.