On Entry: | AX | 7000h |
CX | Index of license service provider TSR. This may range from 0x0000 to 0x001F, inclusive. The first provider TSR should use 0x0000; the second 0x0001; the third 0x0002; and so on. | |
On Exit: | AL | Status: 0x00=not-installed; 0xFF=installed (slot in use) |
On Entry: | AX | 7001h |
CX | Index of license system service provider | |
DS:DX | Pointer to SLSREQUEST structure (see Data Structures on page 31) | |
On Exit: | AX | Status: 0x0000=complete (see structure for full status code); any other=provider error |
ES:BX | Contains the provider-specific handle identifying the license context |
On Entry: | AX | 7002h |
CX | Index of license system service provider | |
DS:DX | Pointer to SLSRELEASE structure (see Data Structures on page 31) | |
ES:BX | Handle identifying the license context | |
On Exit: | AX | Status: 0x0000=complete (see structure for full status code); any other=provider error |
On Entry: | AX | 7003h |
CX | Index of license service provider. | |
DS:DX | Pointer to SLSUPDATE structure (see Data Structures on page 31) | |
ES:BX | Handle identifying the license context | |
On Exit: | AX | Status: 0x0000=complete (see structure for full status code); any other=provider error |
On Entry: | AX | 7004h |
CX | Index of license service provider TSR.. | |
DS:DX | Pointer to SLSGETMESSAGE structure (see Data Structures on page 31) | |
ES:BX | Handle identifying the license context | |
On Exit: | AX | Status: 0x0000=complete (see structure for full status code); any other=provider error |
On Entry: | AX | 7005h |
CX | Index of license service provider TSR.. | |
DS:DX | Pointer to SLSQUERY structure (see Data Structures on page 31) | |
ES:BX | Handle identifying the license context | |
On Exit: | AX | Status: 0x0000=complete (see structure for full status code); any other=provider error |
On Entry: | AX | 7006h |
CX | Index of license service provider TSR.. | |
DS:DX | Pointer to SLSFREEHANDLE structure (see Data Structures on page 32) | |
ES:BX | Handle identifying the license context | |
On Exit: | No returned values, always successful. |
On Entry: | AX | 7007h |
CX | Index of license service provider TSR.. | |
DS:DX | Pointer to SLSENUMPROVIDERS structure (see Data Structures on page 32) | |
On Exit: | AX | Status: 0x0000=complete (see structure for full status code); any other = provider error |