IAFS_FileSys::Prop Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_FileSys::Prop Property}} | {{#customTitle:IAFS_FileSys::Prop Property}} | ||
+ | {{#parentPage:PXV:IAFS_FileSys#Properties|Prop|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
− | Property '''Prop''' of interface [[PXV:IAFS_FileSys|IAFS_FileSys]] returns/sets Pointer to VARIANT | + | Property '''Prop''' of interface [[PXV:IAFS_FileSys|IAFS_FileSys]] returns/sets Pointer to VARIANT ... |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Prop([in] IAFS_Name* pHostName, [in] LPWSTR | + | <pre class="brush:cpp;gutter:false">HRESULT get_Prop([in] IAFS_Name* pHostName, |
− | HRESULT put_Prop([in] IAFS_Name* pHostName, [in] LPWSTR | + | [in] LPWSTR sPropName, |
+ | [out, retval] VARIANT* Value); | ||
+ | HRESULT put_Prop([in] IAFS_Name* pHostName, | ||
+ | [in] LPWSTR sPropName, | ||
+ | [in] VARIANT Value); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pHostName |
:[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | ||
− | ; | + | ;sPropName |
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IAFS_FileSys|IAFS_FileSys]] |
Latest revision as of 02: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.