Custom Extensions Interface
You can add your custom DCOM interfaces to Internet Information Server (IIS) and make them available to other programs during IIS operation. The IADMEXT interface enables you to specify your interfaces' CLSIDs to the IISADMIN module, which then stores references to them in the metabase. Custom interfaces to extend inter-computer replication, described in the Replication Extension Interface topic, are examples of interfaces registered with IIS using the Custom Extensions Interface.
This section contains:
-
About Custom Extensions, which provides a conceptual outline of how custom extensions work, and how the IISADMIN module processes their installation.
-
Using Custom Extensions, which provides details on how you can use the IADMEXT interface to install your custom extension interfaces.
-
IADMEXT Interface Reference, which lists the syntax and details of the methods your interface should provide so that your custom extensions will be loaded by IISADMIN.
© 1997 by Microsoft Corporation. All rights reserved.