IUIX_Obj::Parent Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Obj::Parent Property}} | {{#customTitle:IUIX_Obj::Parent Property}} | ||
− | {{#parentPage:PXV:IUIX_Obj|Parent | + | {{#parentPage:PXV:IUIX_Obj#Properties|Parent|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''pParent''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Parent([out, retval] IUIX_Obj** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Parent([out, retval] IUIX_Obj** pParent); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Obj|IUIX_Obj]] |
Latest revision as of 03:32, 15 June 2015
Property pParent of interface IUIX_Obj returns Pointer to IUIX_Obj ...
Syntax
HRESULT get_Parent([out, retval] IUIX_Obj** pParent);