IAFS_FileInfo::Prop Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 20: Line 20:
  
 
== See Also ==
 
== See Also ==
[[PXV:IAFS_FileInfo|IAFS_FileInfo]].
+
[[PXV:IAFS_FileInfo|IAFS_FileInfo]]

Revision as of 02:58, 23 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