IAFS_FileInfo::Prop Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_FileInfo::Prop Property}} | {{#customTitle:IAFS_FileInfo::Prop Property}} | ||
− | {{#parentPage:PXV:IAFS_FileInfo#Properties|Prop | + | {{#parentPage:PXV:IAFS_FileInfo#Properties|Prop|property}} |
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== 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); |
</pre> | </pre> | ||
Revision as of 06:45, 22 May 2015
Gets the file system specific property of the file.
Syntax
HRESULT get_Prop([in] LPWSTR pPropName, [out, retval] VARIANT* pValue);
Parameters
- pPropName
- [in] String identifier of the file system specific property.
- pValue
[out, retval] Pointer to a buffer that receives a pointer to the variant that contains requested value.