IAFS_File::Prop Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_File::Prop Property}} | {{#customTitle:IAFS_File::Prop Property}} | ||
− | {{#parentPage:PXV:IAFS_File|property}} | + | {{#parentPage:PXV:IAFS_File|Prop Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Prop([in] LPWSTR pPropName, [out, retval] VARIANT** pValue); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Prop([in] LPWSTR pPropName, |
− | HRESULT put_Prop([in] LPWSTR pPropName, [in] VARIANT* pValue); | + | [out, retval] VARIANT** pValue); |
+ | HRESULT put_Prop([in] LPWSTR pPropName, | ||
+ | [in] VARIANT* pValue); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pPropName |
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
== See Also == | == See Also == | ||
See also [[PXV:IAFS_File|IAFS_File]]. | See also [[PXV:IAFS_File|IAFS_File]]. |
Revision as of 04:45, 23 April 2015
Property Prop of interface IAFS_File returns/sets Pointer to VARIANT* ...
Syntax
HRESULT get_Prop([in] LPWSTR pPropName, [out, retval] VARIANT** pValue); HRESULT put_Prop([in] LPWSTR pPropName, [in] VARIANT* pValue);
Parameters
- pPropName
- [in] Value of LPWSTR.
See Also
See also IAFS_File.