IAFS_File::Prop Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_File::Prop Property}} | {{#customTitle:IAFS_File::Prop Property}} | ||
− | {{#parentPage:PXV:IAFS_File#Properties|Prop | + | {{#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 pPropName, |
− | [out, retval] VARIANT | + | [out, retval] VARIANT* pValue); |
− | HRESULT put_Prop([in] LPWSTR | + | HRESULT put_Prop([in] LPWSTR pPropName, |
− | [in] VARIANT | + | [in] VARIANT pValue); |
</pre> | </pre> | ||
Revision as of 06:46, 22 May 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.