ICatRegister::RegisterCategories (Compact 2013)

3/26/2014

This method registers one or more component categories. Each component category consists of a CATID and a list of locale-dependent description strings.

Syntax

HRESULT RegisterCategories(
  ULONG cCategories, 
  CATEGORYINFO rgCategoryInfo[] 
);

Parameters

  • cCategories
    [in] Number of component categories to register.
  • rgCategoryInfo
    [in] Array of CATEGORYINFO structures.

    By providing the same CATID for multiple CATEGORYINFO structures, multiple locales can be registered for the same component category.

Return Value

If the method succeeds, the return value is S_OK.

If one or more arguments are incorrect, the method returns E_INVALIDARG.

Remarks

This function can only be called by the owner of a category, usually as part of the installation or de-installation of the operating system or application.

To determine whether the platform supports this interface, see Determining Supported COM APIs.

Requirements

Header

comcat.h,
comcat.idl

Library

ole32.lib,
uuid.lib

See Also

Reference

ICatRegister
ICatRegister::RegisterClassImplCategories
ICatRegister::RegisterClassReqCategories
ICatRegister::UnRegisterCategories
ICatRegister::UnRegisterClassImplCategories
ICatRegister::UnRegisterClassReqCategories