IEventsRegistry::RegisterNewEvent Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT RegisterNewEvent([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT RegisterNewEvent([in] BSTR sUniqueEventName, |
[in] IEventCreator* pEventCreator, | [in] IEventCreator* pEventCreator, | ||
[in, defaultvalue(NULL)] IBitSet* pEventClass, | [in, defaultvalue(NULL)] IBitSet* pEventClass, | ||
− | [out, retval] LONG* | + | [out, retval] LONG* nEventID);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;sUniqueEventName |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
;pEventCreator | ;pEventCreator | ||
Line 21: | Line 21: | ||
;pEventClass | ;pEventClass | ||
:[in, defaultvalue(NULL)] Pointer to [[PXV:IBitSet|IBitSet]]. | :[in, defaultvalue(NULL)] Pointer to [[PXV:IBitSet|IBitSet]]. | ||
− | ; | + | ;nEventID |
:[out, retval] Pointer to LONG. | :[out, retval] Pointer to LONG. | ||
Revision as of 01:07, 4 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT RegisterNewEvent([in] BSTR sUniqueEventName, [in] IEventCreator* pEventCreator, [in, defaultvalue(NULL)] IBitSet* pEventClass, [out, retval] LONG* nEventID);
Parameters
- sUniqueEventName
- [in] Value of BSTR.
- pEventCreator
- [in] Pointer to IEventCreator.
- pEventClass
- [in, defaultvalue(NULL)] Pointer to IBitSet.
- nEventID
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.