TapeClassLiDiv - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// minitape.h

SCSIPORT_API LARGE_INTEGER TapeClassLiDiv(
  [in] LARGE_INTEGER Dividend,
  [in] LARGE_INTEGER Divisor
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-minitape-tapeclasslidiv)

TapeClassLiDiv function

Description

The TapeClassLiDiv routine performs a division of the two indicated integers.

Parameters

Dividend [in]

Contains the dividend.

Divisor [in]

Contains the divisor.

Return value

TapeClassLiDiv returns the result of the division.