// minitape.h
SCSIPORT_API LARGE_INTEGER TapeClassLiDiv(
[in] LARGE_INTEGER Dividend,
[in] LARGE_INTEGER Divisor
);
View the official Windows Driver Kit DDI referenceNo description available.
The TapeClassLiDiv routine performs a division of the two indicated integers.
Dividend [in]Contains the dividend.
Divisor [in]Contains the divisor.
TapeClassLiDiv returns the result of the division.