AdvRegistry Example Code

The component provides you complete registry management on server. No need any more to use Win32 API extended Registry access functions. It provides following operations for server side registry management.

  1. Complete basic registry management operations, such as Get, Set and Delete a registry value or key.

  2. Along with these basic operations, it provides GetAll for getting listing of all keys and values under the given registry branch, and returns their Entry, Type and Value, and also can sort the listing in ascending and descending given sorting criteria.

Method Name Method Description
Delete Delete the specified branch from registry
Get Get the specified value from specified branch
GetAll Get list of specified branch
Set Set the value to specified branch

Back

Copyright © 2000, Advanced Communications