IDevMode::DefaultSource Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IDevMode::DefaultSource Property}} | {{#customTitle:IDevMode::DefaultSource Property}} | ||
+ | {{#parentPage:PXV:IDevMode#Properties|DefaultSource|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''DefaultSource''' of interface [[PXV:IDevMode|IDevMode]] returns/sets Value of short ... | Property '''DefaultSource''' of interface [[PXV:IDevMode|IDevMode]] returns/sets Value of short ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DefaultSource([out, retval] short* | + | <pre class="brush:cpp;gutter:false">HRESULT get_DefaultSource([out, retval] short* nVal); |
− | HRESULT put_DefaultSource([in] short | + | HRESULT put_DefaultSource([in] short nVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IDevMode|IDevMode]] |
Latest revision as of 03:14, 15 June 2015
Property DefaultSource of interface IDevMode returns/sets Value of short ...
Syntax
HRESULT get_DefaultSource([out, retval] short* nVal); HRESULT put_DefaultSource([in] short nVal);