IUIX_CmdManager::GetCmdCtlOwner Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdManager::GetCmdCtlOwner Method}} | {{#customTitle:IUIX_CmdManager::GetCmdCtlOwner Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdManager#Methods|GetCmdCtlOwner | + | {{#parentPage:PXV:IUIX_CmdManager#Methods|GetCmdCtlOwner|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets owner object of the command's object. | |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT GetCmdCtlOwner( IUIX_Obj* pICtl, | <pre class="brush:cpp;gutter:false">HRESULT GetCmdCtlOwner( IUIX_Obj* pICtl, | ||
− | IUIX_Obj** | + | IUIX_Obj** pOwner);</pre> |
== Parameters == | == Parameters == | ||
;pICtl | ;pICtl | ||
− | : Pointer to [[PXV:IUIX_Obj|IUIX_Obj]]. | + | : Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] containing the command's object. |
− | ; | + | ;pOwner |
− | : Pointer to [[PXV:IUIX_Obj|IUIX_Obj]]. | + | : Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] containing the object's owner. |
== Return Value == | == Return Value == |
Latest revision as of 05:47, 4 April 2016
Gets owner object of the command's object.
Syntax
HRESULT GetCmdCtlOwner( IUIX_Obj* pICtl, IUIX_Obj** pOwner);
Parameters
- pICtl
- Pointer to IUIX_Obj containing the command's object.
- pOwner
- Pointer to IUIX_Obj containing the object's owner.
Return Value
Returns S_OK if operation was successful or error code in other cases.