ICabNode::SetInt64 Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
(Parent page removed)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:ICabNode::SetInt64 Method}}
 
{{#customTitle:ICabNode::SetInt64 Method}}
{{#parentPage:PXV:ICabNode|SetInt64 Method|method}}
 
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 06:38, 21 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SetInt64([in]  LPWSTR    pKey,
                 [in]  LONGLONG  val);

Parameters

pKey
[in] Value of LPWSTR.
val
[in] Value of LONGLONG.

Return Value

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

See Also

ICabNode.