| The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
|

Home BasePack FileSys Procedures Registry GetAllRegSubkeys |
|||||||
| See also: GetAllRegValueNames | |||||||
GetAllRegSubkeys |
|||||||
The function GetAllRegSubkeys returns all subkeys of a specific Windows registry path. The parameter RootKey defines the root key and can take one of the following values: HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_USERS, HKEY_PERFORMANCE_DATA, HKEY_CURRENT_CONFIG and HKEY_DYN_DATA. The parameter RegKey specifies the key (including its path) for which the subkeys are to be retrieved. All subkey names of the specified key are returned in the string list SubKeys. The function returns the number of keys in SubKeys as a function result.
|
|||||||