IAFS_FileInfo::Prop Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_FileInfo::Prop Property}}
 
{{#customTitle:IAFS_FileInfo::Prop Property}}
 +
{{#parentPage:PXV:IAFS_FileInfo#Properties|Prop|property}}
  
Property '''Prop''' of interface [[PXV:IAFS_FileInfo|IAFS_FileInfo]] returns  Pointer to VARIANT* ...
+
Gets the file system specific property of the file.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Prop([in] LPWSTR pPropName, [out, retval] VARIANT** pValue);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Prop([in]           LPWSTR   sPropName,
 +
                [out, retval] VARIANT* Value);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pPropName''
+
;sPropName
:[in]  Value of LPWSTR.
+
:[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 ==
 
== See Also ==
See also [[PXV:IAFS_FileInfo|IAFS_FileInfo]].
+
[[PXV:IAFS_FileInfo|IAFS_FileInfo]]

Latest revision as of 03: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.

See Also

IAFS_FileInfo