Freigeben über


IMsoComponentManager::FRevokeComponent 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.

Revokes the registration of the component that is identified by the dwComponentID parameter.

BOOL FRevokeComponent(
   DWORD_PTR dwComponentID
);

Parameters

  • dwComponentID [in]
    The ID of the component whose registration is being revoked.

Return Value

TRUE if the registration of the component was successfully revoked; otherwise, FALSE.

See Also

Reference

IMsoComponentManager Interface