IPXC_ColorManager::GetProfileByName Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ColorManager::GetProfileByName Method}}
 
{{#customTitle:IPXC_ColorManager::GetProfileByName Method}}
{{#parentPage:PXV:IPXC_ColorManager|GetProfileByName Method|method}}
+
{{#parentPage:PXV:IPXC_ColorManager#Methods|GetProfileByName|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetProfileByName([in]          LPWSTR      pName,
+
<pre class="brush:cpp;gutter:false">HRESULT GetProfileByName([in]          LPWSTR      sName,
                         [out, retval]  IUnknown**  ppProfile);</pre>
+
                         [out, retval]  IUnknown**  pProfile);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pName
+
;sName
 
:[in]  Value of LPWSTR.
 
:[in]  Value of LPWSTR.
;ppProfile
+
;pProfile
 
:[out, retval]  Pointer to IUnknown*.
 
:[out, retval]  Pointer to IUnknown*.
  
Line 21: Line 22:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_ColorManager|IPXC_ColorManager]].
+
[[PXV:IPXC_ColorManager|IPXC_ColorManager]]

Latest revision as of 03:22, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetProfileByName([in]           LPWSTR      sName,
                         [out, retval]  IUnknown**  pProfile);

Parameters

sName
[in] Value of LPWSTR.
pProfile
[out, retval] Pointer to IUnknown*.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_ColorManager