ClearImage 8 Help
OpenExt Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiServer Class : OpenExt Method






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

Syntax

Visual Basic (Declaration) 
Public Function OpenExt( _
   ByVal hModule As Integer, _
   ByVal MasterId As Integer, _
   ByVal pParam As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As CiServer
Dim hModule As Integer
Dim MasterId As Integer
Dim pParam As Integer
Dim value As Integer
 
value = instance.OpenExt(hModule, MasterId, pParam)
C# 
public int OpenExt( 
   int hModule,
   int MasterId,
   int pParam
)
Delphi 
public function OpenExt( 
    hModule: Integer;
    MasterId: Integer;
    pParam: Integer
): Integer; 
JScript 
public function OpenExt( 
   hModule : int,
   MasterId : int,
   pParam : int
) : int;
Managed Extensions for C++ 
public: int OpenExt( 
   int hModule,
   int MasterId,
   int pParam
) 
C++/CLI 
public:
int OpenExt( 
   int hModule,
   int MasterId,
   int pParam
) 

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.