IUIX_PropHost::OnGetNewPropCtl Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_PropHost::OnGetNewPropCtl Method}}
 
{{#customTitle:IUIX_PropHost::OnGetNewPropCtl Method}}
{{#parentPage:PXV:IUIX_PropHost#Methods|OnGetNewPropCtl Method|method}}
+
{{#parentPage:PXV:IUIX_PropHost#Methods|OnGetNewPropCtl|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 12: Line 12:
 
                               IUIX_Obj*  pParent,
 
                               IUIX_Obj*  pParent,
 
                         [in]  LONG        nPropStyle,
 
                         [in]  LONG        nPropStyle,
                         [out]  IUIX_Obj**  ppNewPropCtl);</pre>
+
                         [out]  IUIX_Obj**  pNewPropCtl);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 21: Line 21:
 
;nPropStyle
 
;nPropStyle
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;ppNewPropCtl
+
;pNewPropCtl
 
:[out]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
 
:[out]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
  
Line 28: Line 28:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_PropHost|IUIX_PropHost]].
+
[[PXV:IUIX_PropHost|IUIX_PropHost]]

Latest revision as of 04:35, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT OnGetNewPropCtl([in]   LONG        nPropID,
                               IUIX_Obj*   pParent,
                        [in]   LONG        nPropStyle,
                        [out]  IUIX_Obj**  pNewPropCtl);

Parameters

nPropID
[in] Value of LONG.
pParent
Pointer to IUIX_Obj.
nPropStyle
[in] Value of LONG.
pNewPropCtl
[out] Pointer to IUIX_Obj.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_PropHost