IUIX_CmdManager::GetCmdCtlOwner Method

From PDF XChange PDF SDK
Revision as of 06:47, 4 April 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IUIX_CmdManager