IAFS_File::Prop Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_File::Prop Property}} | {{#customTitle:IAFS_File::Prop Property}} | ||
− | {{#parentPage:PXV:IAFS_File|property}} | + | {{#parentPage:PXV:IAFS_File#Properties|Prop|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Prop''' of interface [[PXV:IAFS_File|IAFS_File]] returns/sets Pointer to VARIANT | + | Property '''Prop''' of interface [[PXV:IAFS_File|IAFS_File]] returns/sets Pointer to VARIANT ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Prop([in] LPWSTR | + | <pre class="brush:cpp;gutter:false">HRESULT get_Prop([in] LPWSTR sPropName, |
− | HRESULT put_Prop([in] LPWSTR | + | [out, retval] VARIANT* Value); |
+ | HRESULT put_Prop([in] LPWSTR sPropName, | ||
+ | [in] VARIANT Value); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;sPropName |
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IAFS_File|IAFS_File]] |
Latest revision as of 02:09, 15 June 2015
Property Prop of interface IAFS_File returns/sets Pointer to VARIANT ...
Syntax
HRESULT get_Prop([in] LPWSTR sPropName, [out, retval] VARIANT* Value); HRESULT put_Prop([in] LPWSTR sPropName, [in] VARIANT Value);
Parameters
- sPropName
- [in] Value of LPWSTR.