IOleComponentManager.FUpdateComponentRegistration(UInt32, OLECRINFO[]) Method

Definition

public:
 int FUpdateComponentRegistration(System::UInt32 dwComponentID, cli::array <Microsoft::VisualStudio::OLE::Interop::OLECRINFO> ^ pcrinfo);
public:
 int FUpdateComponentRegistration(unsigned int dwComponentID, Platform::Array <Microsoft::VisualStudio::OLE::Interop::OLECRINFO> ^ pcrinfo);
int FUpdateComponentRegistration(unsigned int dwComponentID, std::Array <Microsoft::VisualStudio::OLE::Interop::OLECRINFO> const & pcrinfo);
public int FUpdateComponentRegistration (uint dwComponentID, Microsoft.VisualStudio.OLE.Interop.OLECRINFO[] pcrinfo);
abstract member FUpdateComponentRegistration : uint32 * Microsoft.VisualStudio.OLE.Interop.OLECRINFO[] -> int
Public Function FUpdateComponentRegistration (dwComponentID As UInteger, pcrinfo As OLECRINFO()) As Integer

Parameters

dwComponentID
UInt32
pcrinfo
OLECRINFO[]

Returns

Applies to