Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TapeClassLiDiv routine performs a division of the two indicated integers.
Syntax
SCSIPORT_API LARGE_INTEGER TapeClassLiDiv(
[in] LARGE_INTEGER Dividend,
[in] LARGE_INTEGER Divisor
);
Parameters
[in] Dividend
Contains the dividend.
[in] Divisor
Contains the divisor.
Return value
TapeClassLiDiv returns the result of the division.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | minitape.h (include Minitape.h) |
| Library | Tape.lib |