IPXC_ColorSettings::ProfileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ProfileName''' of interface [[PXV:IPXC_ColorSettings|IPXC_ColorSettings]] returns/sets  Value of BSTR ...
+
Property '''sProfileName''' of interface [[PXV:IPXC_ColorSettings|IPXC_ColorSettings]] returns/sets  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ProfileName([in]          PXC_ProfileWorkingSpace  WS,
+
<pre class="brush:cpp;gutter:false">HRESULT get_ProfileName([in]          PXC_ProfileWorkingSpace  nWS,
                         [out, retval]  BSTR*                    ProfileName);
+
                         [out, retval]  BSTR*                    sProfileName);
HRESULT put_ProfileName([in]  PXC_ProfileWorkingSpace  WS,
+
HRESULT put_ProfileName([in]  PXC_ProfileWorkingSpace  nWS,
                         [in]  BSTR                    ProfileName);
+
                         [in]  BSTR                    sProfileName);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;WS
+
;nWS
 
:[in]  Value of [[PXV:PXC_ProfileWorkingSpace|PXC_ProfileWorkingSpace]].
 
:[in]  Value of [[PXV:PXC_ProfileWorkingSpace|PXC_ProfileWorkingSpace]].
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_ColorSettings|IPXC_ColorSettings]]
 
[[PXV:IPXC_ColorSettings|IPXC_ColorSettings]]

Latest revision as of 03:23, 15 June 2015


Property sProfileName of interface IPXC_ColorSettings returns/sets Value of BSTR ...

Syntax

HRESULT get_ProfileName([in]           PXC_ProfileWorkingSpace  nWS,
                        [out, retval]  BSTR*                    sProfileName);
HRESULT put_ProfileName([in]  PXC_ProfileWorkingSpace  nWS,
                        [in]  BSTR                     sProfileName);

Parameters

nWS
[in] Value of PXC_ProfileWorkingSpace.

See Also

IPXC_ColorSettings