IMsoComponentManager::FUpdateComponentRegistration Method

Applies to: Office 2010

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