IIXC_ImageFmtParams::GetDWord Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:IIXC_ImageFmtParams::GetDWord Method}}
 +
{{#parentPage:PXV:IIXC_ImageFmtParams#Methods|GetDWord|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
The method of interface of PDF-XChange Editor SDK.
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT GetDWord([in]          ULONG  nID,
 +
                [out, retval]  ULONG*  nVal);</pre>
 +
 +
== Parameters ==
 +
;nID
 +
:[in]  Value of ULONG.
 +
;nVal
 +
:[out, retval]  Pointer to ULONG.
 +
 +
== Return Value ==
 +
Returns S_OK if operation was successful or error code in other cases.
 +
 +
== See Also ==
 +
[[PXV:IIXC_ImageFmtParams|IIXC_ImageFmtParams]]

Latest revision as of 01:24, 20 October 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetDWord([in]           ULONG   nID,
                 [out, retval]  ULONG*  nVal);

Parameters

nID
[in] Value of ULONG.
nVal
[out, retval] Pointer to ULONG.

Return Value

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

See Also

IIXC_ImageFmtParams