ICabbedObjectClass::LoadObject Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:ICabbedObjectClass::LoadObject Method}} | ||
+ | {{#parentPage:PXV:ICabbedObjectClass#Methods|LoadObject|method}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | The method of interface of PDF-XChange Editor SDK. | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT LoadObject( GUID* stStClsid, | ||
+ | ICabNode* pCabDic, | ||
+ | [out, retval] IUnknown** pObject);</pre> | ||
+ | |||
+ | == Parameters == | ||
+ | ;stStClsid | ||
+ | : Pointer to GUID. | ||
+ | ;pCabDic | ||
+ | : Pointer to [[PXV:ICabNode|ICabNode]]. | ||
+ | ;pObject | ||
+ | :[out, retval] Pointer to IUnknown*. | ||
+ | |||
+ | == Return Value == | ||
+ | Returns S_OK if operation was successful or error code in other cases. | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:ICabbedObjectClass|ICabbedObjectClass]] |
Latest revision as of 00:23, 20 October 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT LoadObject( GUID* stStClsid, ICabNode* pCabDic, [out, retval] IUnknown** pObject);
Parameters
- stStClsid
- Pointer to GUID.
- pCabDic
- Pointer to ICabNode.
- pObject
- [out, retval] Pointer to IUnknown*.
Return Value
Returns S_OK if operation was successful or error code in other cases.