IUIX_Inst::CreateScrollContainer Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Inst::CreateScrollContainer Method}} | {{#customTitle:IUIX_Inst::CreateScrollContainer Method}} | ||
Line 30: | Line 31: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Inst|IUIX_Inst]]. |
Revision as of 07:29, 20 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT CreateScrollContainer([in] IUIX_Obj* pParent, [in] RECT* pRect, [in] LONGLONG nStyle, [in, defaultvalue(NULL)] IUnknown* pCustomImpl, [out, retval, defaultvalue(NULL)] IUIX_ScrollContainer** ppSC);
Parameters
- pParent
- [in] Pointer to IUIX_Obj.
- pRect
- [in] Pointer to RECT.
- nStyle
- [in] Value of LONGLONG.
- pCustomImpl
- [in, optional] Pointer to IUnknown*.
- ppSC
- [out, retval, defaultvalue(NULL)] Pointer to IUIX_ScrollContainer.
Return Value
Returns S_OK if operation was successful or error code in other cases.