IMSAdminBase
This section describes the structures, methods, and errors of the IIS Admin Base Object primary interface. The required header files, iadmw.h and iiscnfg.h, are installed with Visual Studio and the Platform SDK.
In This Section
The IMSAdminBase COM interface of the IIS Admin Base Object exposes the following methods.
Method |
Description |
---|---|
Adds a key to the metabase. |
|
Backs up the metabase to a backup file. |
|
Changes Read/Write permissions on a handle to a key. |
|
Closes a key. |
|
Copies or moves data between keys. |
|
Copies or moves a key in the metabase. |
|
Deletes all or a subset of the data associated with a key. |
|
Deletes a metabase backup from a backup file. |
|
Deletes all subkeys of a key. |
|
Deletes a data entry. |
|
Deletes a key from the metabase. |
|
Enumerates the metabase backups in a backup file. |
|
Enumerates the data that is associated with a key, one entry per call. |
|
Enumerates the subkeys of a key, one subkey per call. |
|
Retrieves all or a subset of the data that is associated with a key. |
|
Retrieves a data entry. |
|
Retrieves all paths of a subtree where a specified identifier exists. |
|
Retrieves the data set number that is associated with a key. |
|
Retrieves information about a handle. |
|
Retrieves the last change time for a key. |
|
Retrieves the system change number. |
|
Opens a key. |
|
Renames an existing key. |
|
Restores the metabase from a backup file. |
|
Saves metabase changes to disk. |
|
Sets a data entry. |
|
Sets the last change time for a key. |
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS
Header: Declared in iadmw.h; include iiscnfg.h.