NTPSetDesignerKeyFileName ( <KeyFileName> ) -> <ErrorCode>
Description
This command allows the definition of a file to be used for key validation purposes, a file that contains the registration key. By default, the key is saved in the configuration file NTP.INI.
In order for NotesToPaper Designer to use the "standard file", the function is reset by passing an empty string or using the NTPClearDesignerKeyFileName command.
Note: Additional information to the registration key may be found in the online help.
Note: The command NTPSetDesignerKeyFileName must be used before the NTPDesigner command.
Declaration for Lotus Script
Declare Function NTPSetDesignerKeyFileName Lib "NTP.DLL" ( ByVal KeyFileName As String ) As Long
Parameters
<KeyFileName> (STRING)
Name of the key file to be used for key validation purposes (file name incl. path information).
Return value
<ErrorCode> (LONG)
Number of the error encountered (0 = no error)