IAFS_File::Prop Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Prop([in]          LPWSTR    pPropName,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Prop([in]          LPWSTR    sPropName,
                 [out, retval]  VARIANT*  pValue);
+
                 [out, retval]  VARIANT*  Value);
HRESULT put_Prop([in]  LPWSTR  pPropName,
+
HRESULT put_Prop([in]  LPWSTR  sPropName,
                 [in]  VARIANT  pValue);
+
                 [in]  VARIANT  Value);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;pPropName
+
;sPropName
 
:[in]  Value of LPWSTR.
 
:[in]  Value of LPWSTR.
  
 
== See Also ==
 
== See Also ==
[[PXV:IAFS_File|IAFS_File]].
+
[[PXV:IAFS_File|IAFS_File]]

Latest revision as of 03:09, 15 June 2015


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

Syntax

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

Parameters

sPropName
[in] Value of LPWSTR.

See Also

IAFS_File