ClearImage COM Server Send comments on this topic.
OpenExt Method
See Also 
hModule
Instance handle of the module calling this method. 
MasterId
License Master ID
pParam
Should always be set to 0

Description

Open ClearImage COM License

Syntax

Visual Basic
Public Sub OpenExt( _
   ByVal hModule As Long, _
   ByVal MasterId As Long, _
   ByVal pParam As Long _
) 

Parameters

hModule
Instance handle of the module calling this method. 
MasterId
License Master ID
pParam
Should always be set to 0

Remarks

Call this method prior to any other methods, if a Master Id license other than the default is used.

See Also