IPXV_Control::SetLicKey Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT SetLicKey([in]          BSTR          sKey,
 
<pre class="brush:cpp;gutter:false">HRESULT SetLicKey([in]          BSTR          sKey,
                   [out, retval]  VARIANT_BOOL*  sKeyOK);</pre>
+
                   [out, retval]  VARIANT_BOOL*  bKeyOK);</pre>
  
 
== Parameters ==
 
== Parameters ==

Latest revision as of 03:50, 15 June 2015


Specifies the developer's license key to prevent showing the DEMO labels across the pages.

Syntax

HRESULT SetLicKey([in]           BSTR           sKey,
                  [out, retval]  VARIANT_BOOL*  bKeyOK);

Parameters

sKey
[in] The unicode string that contains the body of the license key.
bKeyOK
[out, retval] Returns the true value when key is valid and approved and false otherwise.

Return Value

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

See Also

IPXV_Control