Share via


Product Catalog Initialization Routines

include\global_catalog_lib.asp

The following product catalog initialization routines are defined in this file:

  • dictGetCatalogAttributes
    This function retrieves all the property definitions that exist in the Product Catalog System and places them in a Dictionary object for fast access.
  • dictGetRSFields
    This function creates and returns a Dictionary object containing items whose values correspond to the field values of the Recordset object specified by the rs parameter.
  • InitCatalogManager
    This function creates, initializes, and returns a CatalogManager object.
  • InitCatalogSets
    This function creates and initializes a CatalogSets object. Then it creates, initializes, and returns a reference to a Dictionary object of Dictionary objects, where each subordinate dictionary represents a CatalogSets object, and each entry in the subordinate dictionaries represents a catalog in the corresponding CatalogSets object.

Copyright © 2005 Microsoft Corporation.
All rights reserved.