RtlEnlargedUnsignedDivide(3w)

NAME

RtlEnlargedUnsignedDivide (NTDLL.@)

SYNOPSIS

UINT RtlEnlargedUnsignedDivide
 (
  ULONGLONG a,
  UINT      b,
  UINT*     remptr
 )

DESCRIPTION

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

PARAMS

a [In] Initial number.

b [In] Number to divide a by.

remptr [Out] Destination for remainder.

RETURNS

The dividend of a and b. If remptr 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