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)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Prop([in]          LPWSTR    sPropName,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Prop([in]          LPWSTR    PropName,
 
                 [out, retval]  VARIANT*  Value);
 
                 [out, retval]  VARIANT*  Value);
HRESULT put_Prop([in]  LPWSTR  sPropName,
+
HRESULT put_Prop([in]  LPWSTR  PropName,
 
                 [in]  VARIANT  Value);
 
                 [in]  VARIANT  Value);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;sPropName
+
;PropName
 
:[in]  Value of LPWSTR.
 
:[in]  Value of LPWSTR.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IAFS_File|IAFS_File]]
 
[[PXV:IAFS_File|IAFS_File]]

Revision as of 09:41, 10 June 2015


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

Syntax

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

Parameters

PropName
[in] Value of LPWSTR.

See Also

IAFS_File