IAFS_FileInfo::Prop Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IAFS_FileInfo::Prop Property}} | {{#customTitle:IAFS_FileInfo::Prop Property}} | ||
{{#parentPage:PXV:IAFS_FileInfo#Properties|Prop Property|property}} | {{#parentPage:PXV:IAFS_FileInfo#Properties|Prop Property|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets the file system specific property of the file. | |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;pPropName | ;pPropName | ||
− | :[in] | + | :[in] String identifier of the file system specific property. |
+ | |||
+ | ;pValue | ||
+ | [out, retval] | ||
== See Also == | == See Also == | ||
[[PXV:IAFS_FileInfo|IAFS_FileInfo]]. | [[PXV:IAFS_FileInfo|IAFS_FileInfo]]. |
Revision as of 04:43, 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]