IPXC_AnnotHandler::GetAppearance Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_AnnotHandler::GetAppearance Method}} | {{#customTitle:IPXC_AnnotHandler::GetAppearance Method}} | ||
− | {{#parentPage:PXV:IPXC_AnnotHandler|method}} | + | {{#parentPage:PXV:IPXC_AnnotHandler|GetAppearance Method|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetAppearance([in] IPXC_Annotation* pAnnot, [in] IPXC_OCContext* pContext, [out, retval] IUnknown** ppApp);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT GetAppearance([in] IPXC_Annotation* pAnnot, |
+ | [in] IPXC_OCContext* pContext, | ||
+ | [out, retval] IUnknown** ppApp);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pAnnot |
:[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | :[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | ||
− | ; | + | ;pContext |
:[in] Pointer to [[PXV:IPXC_OCContext|IPXC_OCContext]]. | :[in] Pointer to [[PXV:IPXC_OCContext|IPXC_OCContext]]. | ||
− | ; | + | ;ppApp |
:[out, retval] Pointer to IUnknown*. | :[out, retval] Pointer to IUnknown*. | ||
Revision as of 04:55, 23 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT GetAppearance([in] IPXC_Annotation* pAnnot, [in] IPXC_OCContext* pContext, [out, retval] IUnknown** ppApp);
Parameters
- pAnnot
- [in] Pointer to IPXC_Annotation.
- pContext
- [in] Pointer to IPXC_OCContext.
- ppApp
- [out, retval] Pointer to IUnknown*.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_AnnotHandler.