IAFS_FileSys::Prop Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 03:10, 15 June 2015


Property Prop of interface IAFS_FileSys returns/sets Pointer to VARIANT ...

Syntax

HRESULT get_Prop([in]           IAFS_Name*  pHostName,
                 [in]           LPWSTR      sPropName,
                 [out, retval]  VARIANT*    Value);
HRESULT put_Prop([in]  IAFS_Name*  pHostName,
                 [in]  LPWSTR      sPropName,
                 [in]  VARIANT     Value);

Parameters

pHostName
[in] Pointer to IAFS_Name.
sPropName
[in] Value of LPWSTR.

See Also

IAFS_FileSys