ArcFM Responder Mobile Developer Guide
RaiseLicenseCheckedOut Method






Syntax
'Declaration
 
Sub RaiseLicenseCheckedOut( _
   ByVal ProductCode As mmProductInstallation _
) 
'Usage
 
Dim instance As IMMRaiseDynamicLicensingEvents
Dim ProductCode As mmProductInstallation
 
instance.RaiseLicenseCheckedOut(ProductCode)
void RaiseLicenseCheckedOut( 
   mmProductInstallation ProductCode
)
procedure RaiseLicenseCheckedOut( 
    ProductCode: mmProductInstallation
); 
function RaiseLicenseCheckedOut( 
   ProductCode : mmProductInstallation
);
void RaiseLicenseCheckedOut( 
   mmProductInstallation ProductCode
) 
void RaiseLicenseCheckedOut( 
   mmProductInstallation ProductCode
) 

Parameters

ProductCode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMRaiseDynamicLicensingEvents Interface
IMMRaiseDynamicLicensingEvents Members

Send Feedback