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) |
Parameters
- hModule
- Instance handle of the module calling this method.
- MasterId
- License Master ID
- pParam
- Should always be set to 0
Call this method prior to any other methods, if a Master Id license other than the default is used.
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