IAFS_FileInfo::Prop Property

From PDF XChange PDF SDK
Revision as of 03:10, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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