IMsoComponentManager::FUpdateComponentRegistration Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Updates the registration information of the specified component with new registration information.

BOOL FUpdateComponentRegistration(
   DWORD_PTR dwComponentID,
   const MSOCRINFO *pcrinfo
);

Parameters

  • dwComponentID [in]
    The ID of the component to update.

  • pcrinfo [in]
    A pointer to a MSOCRINFO structure that specifies the component’s new registration information.

Return Value

TRUE if the component’s registration is updated successfully; otherwise, FALSE.

Remarks

Typically this method is used to update the idle-time registration data.

See Also

Reference

IMsoComponentManager Interface