ITridentEventSink.FireEvent(String, DISPPARAMS[], Object, EXCEPINFO[]) 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 FireEvent(System::String ^ pstrEvent, cli::array <stdole::DISPPARAMS> ^ pdp, [Runtime::InteropServices::Out] System::Object ^ % pvarRes, cli::array <stdole::EXCEPINFO> ^ pei);
public int FireEvent(string pstrEvent, stdole.DISPPARAMS[] pdp, out object pvarRes, stdole.EXCEPINFO[] pei);
abstract member FireEvent : string * stdole.DISPPARAMS[] * obj * stdole.EXCEPINFO[] -> int
Public Function FireEvent (pstrEvent As String, pdp As DISPPARAMS(), ByRef pvarRes As Object, pei As EXCEPINFO()) As Integer
Parameters
- pstrEvent
- String
- pdp
- DISPPARAMS[]
- pvarRes
- Object
- pei
- EXCEPINFO[]