Ignore:
Timestamp:
Jul 20, 2001, 5:31:43 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/ntddk.h

    r5566 r6371  
    1 /* $Id: ntddk.h,v 1.7 2001-04-22 10:37:27 sandervl Exp $ */
    21/*
    32        this file defines interfaces mainly exposed to device drivers and
     
    644643DWORD WINAPI RtlNtStatusToDosError(DWORD error);
    645644BOOLEAN WINAPI RtlGetNtProductType(LPDWORD type);
    646 INT WINAPI RtlExtendedLargeIntegerDivide(LARGE_INTEGER dividend, DWORD divisor, LPDWORD rest);
    647 LARGE_INTEGER WINAPI RtlExtendedIntegerMultiply(LARGE_INTEGER factor1,INT factor2);
     645LONGLONG WINAPI RtlExtendedLargeIntegerDivide(LONGLONG dividend, INT divisor, INT *rest);
     646LONGLONG WINAPI RtlExtendedIntegerMultiply(LONGLONG factor1,INT factor2);
    648647DWORD WINAPI RtlFormatCurrentUserKeyPath(PUNICODE_STRING String);
    649648DWORD WINAPI RtlOpenCurrentUser(DWORD x1, DWORD *x2);
Note: See TracChangeset for help on using the changeset viewer.