IOleComponentManager.FOnComponentExitState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int FOnComponentExitState(System::UInt32 dwComponentID, System::UInt32 uStateID, System::UInt32 uContext, System::UInt32 cpicmExclude, cli::array <Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^> ^ rgpicmExclude);
public:
int FOnComponentExitState(unsigned int dwComponentID, unsigned int uStateID, unsigned int uContext, unsigned int cpicmExclude, Platform::Array <Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^> ^ rgpicmExclude);
int FOnComponentExitState(unsigned int dwComponentID, unsigned int uStateID, unsigned int uContext, unsigned int cpicmExclude, std::Array <Microsoft::VisualStudio::OLE::Interop::IOleComponentManager const &> const & rgpicmExclude);
public int FOnComponentExitState (uint dwComponentID, uint uStateID, uint uContext, uint cpicmExclude, Microsoft.VisualStudio.OLE.Interop.IOleComponentManager[] rgpicmExclude);
abstract member FOnComponentExitState : uint32 * uint32 * uint32 * uint32 * Microsoft.VisualStudio.OLE.Interop.IOleComponentManager[] -> int
Public Function FOnComponentExitState (dwComponentID As UInteger, uStateID As UInteger, uContext As UInteger, cpicmExclude As UInteger, rgpicmExclude As IOleComponentManager()) As Integer
Parameters
- dwComponentID
- UInt32
- uStateID
- UInt32
- uContext
- UInt32
- cpicmExclude
- UInt32
- rgpicmExclude
- IOleComponentManager[]