IAFS_FileInfo::Prop Property

From PDF XChange PDF SDK
Jump to: navigation, search
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 Property|property}}
+
{{#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     pPropName,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Prop([in]          LPWSTR   pPropName,
                 [out, retval]  VARIANT**  pValue);
+
                 [out, retval]  VARIANT*  pValue);
 
</pre>
 
</pre>
  

Revision as of 07: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.

See Also

IAFS_FileInfo.