IEventsRegistry::GetEventClass Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
(Parent page removed) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IEventsRegistry::GetEventClass Method}} | {{#customTitle:IEventsRegistry::GetEventClass Method}} | ||
− | |||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 05:42, 21 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetEventClass([in] LONG nEventID, [out, retval] IBitSet** ppEventClass);
Parameters
- nEventID
- [in] Value of LONG.
- ppEventClass
- [out, retval] Pointer to IBitSet.
Return Value
Returns S_OK if operation was successful or error code in other cases.