USB Monitoring Control
- USB Device Data Monitoring ActiveX Component Library
IUsbMonitor.InstallLicense Method
< Previous
Top
Next >
Declaration
Automation:
void
InstallLicense
(
[in]
String
LicenseFile
) ;
Native (C++):
HRESULT
InstallLicense
(
[in]
BSTR
LicenseFile
) ;
Parameters
LicenseFile
The full path to the license file.
Return Value
S_OK or standard OLE error code.
Remarks
Install a license specified by a given file.
< Previous
Top
Next >