RtlExtendedLargeIntegerDivide(3w)

NAME

RtlExtendedLargeIntegerDivide (NTDLL.@)

SYNOPSIS

LONGLONG RtlExtendedLargeIntegerDivide
 (
  LONGLONG a,
  INT      b,
  INT*     rem
 )

DESCRIPTION

Divide one 64 bit integer by a 32 bit integer, with remainder.

PARAMS

a [In] Initial number.

b [In] Number to divide a by.

rem [Out] Destination for remainder.

RETURNS

The dividend of a and b. If rem is non-NULL it is set to the remainder.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/large_int.c".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout