IAFS_FileInfo::Prop Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== 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, |
[out, retval] VARIANT* Value); | [out, retval] VARIANT* Value); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;sPropName |
:[in] String identifier of the file system specific property. | :[in] String identifier of the file system specific property. | ||
Latest revision as of 02:10, 15 June 2015
Gets the file system specific property of the file.
Syntax
HRESULT get_Prop([in] LPWSTR sPropName, [out, retval] VARIANT* Value);
Parameters
- sPropName
- [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.