Microsoft Internet Security and Acceleration Server 2000

Context-Sensitive Menu Sample Steps

To show the context sensitive menu, the sample traverses all the servers in the array, retrieving all the adapters. The information about the adapters on each server is obtained through the administration COM objects. This sample retrieves information about the servers in the array through the IFPCServers and IFPCServer interfaces, and information about the adapters is retrieved through the IFPCAdapter and IFPCAdapters interfaces.

The sample takes the following steps:

  1. Retrieves each server in the array.
  2. Lists all the adapters on each server.
  3. Displays all the adapters.