Changeset 1654 for trunk/src


Ignore:
Timestamp:
Nov 9, 1999, 10:54:47 AM (26 years ago)
Author:
phaller
Message:

Add. RtlCopyLuid added

Location:
trunk/src/NTDLL
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/arith64.asm

    r1650 r1654  
    1 ; $Id: arith64.asm,v 1.1 1999-11-09 00:44:01 phaller Exp $
     1; $Id: arith64.asm,v 1.2 1999-11-09 09:54:46 phaller Exp $
    22
    33;/*
     
    1818; ----------------------------------------------------------------------------
    1919
    20         public  _RtlLargeIntegerDivide@20
    21         public  _RtlLargeIntegerAdd@16
    22         public  _RtlEnlargedIntegerMultiply@8
    23         public  _RtlEnlargedUnsignedMultiply@8
    24         public  _RtlEnlargedUnsignedDivide@16
    25         public  _RtlExtendedLargeIntegerDivide@16
    26         public  _RtlExtendedMagicDivide@20
    27         public  _RtlExtendedIntegerMultiply@12
    28         public  _RtlLargeIntegerShiftLeft@12
    29         public  _RtlLargeIntegerShiftRight@12
    30         public  _RtlLargeIntegerArithmeticShift@12
    31         public  _RtlLargeIntegerNegate@8
    32         public  _RtlLargeIntegerSubtract@16
    33         public  _RtlConvertLongToLargeInteger@4
    34         public  _RtlConvertUlongToLargeInteger@4
     20       public  _RtlLargeIntegerDivide@20
     21       public  _RtlLargeIntegerAdd@16
     22       public  _RtlEnlargedIntegerMultiply@8
     23       public  _RtlEnlargedUnsignedMultiply@8
     24       public  _RtlEnlargedUnsignedDivide@16
     25       public  _RtlExtendedLargeIntegerDivide@16
     26       public  _RtlExtendedMagicDivide@20
     27       public  _RtlExtendedIntegerMultiply@12
     28       public  _RtlLargeIntegerShiftLeft@12
     29       public  _RtlLargeIntegerShiftRight@12
     30       public  _RtlLargeIntegerArithmeticShift@12
     31       public  _RtlLargeIntegerNegate@8
     32       public  _RtlLargeIntegerSubtract@16
     33       public  _RtlConvertLongToLargeInteger@4
     34       public  _RtlConvertUlongToLargeInteger@4
    3535
    3636; ----------------------------------------------------------------------------
     
    4949; Result    :
    5050; Remark    : NTDLL.462
    51 ; Status    :
     51; Status    : VERIFIED
    5252;
    5353; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    158158; Result    :
    159159; Remark    : NTDLL.460
    160 ; Status    :
     160; Status    : VERIFIED
    161161;
    162162; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    184184; Result    :
    185185; Remark    : NTDLL.371
    186 ; Status    :
     186; Status    : VERIFIED
    187187;
    188188; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    206206; Result    :
    207207; Remark    : NTDLL.373
    208 ; Status    :
     208; Status    : VERIFIED
    209209;
    210210; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    227227; Result    :
    228228; Remark    : NTDLL.372
    229 ; Status    :
     229; Status    : VERIFIED
    230230;
    231231; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    259259; Result    :
    260260; Remark    : NTDLL.390
    261 ; Status    :
     261; Status    : VERIFIED
    262262;
    263263; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    329329; Result    :
    330330; Remark    : NTDLL.391
    331 ; Status    :
     331; Status    : VERIFIED
    332332;
    333333; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    413413; Result    :
    414414; Remark    : NTDLL.389
    415 ; Status    :
     415; Status    : VERIFIED
    416416;
    417417; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    471471; Result    :
    472472; Remark    : NTDLL.464
    473 ; Status    :
     473; Status    : VERIFIED
    474474;
    475475; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    506506; Result    :
    507507; Remark    : NTDLL.465
    508 ; Status    :
     508; Status    : VERIFIED
    509509;
    510510; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    541541; Result    :
    542542; Remark    : NTDLL.461
    543 ; Status    :
     543; Status    : VERIFIED
    544544;
    545545; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    578578; Result    :
    579579; Remark    : NTDLL.463
    580 ; Status    :
     580; Status    : VERIFIED
    581581;
    582582; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    603603; Result    :
    604604; Remark    : NTDLL.466
    605 ; Status    :
     605; Status    : VERIFIED
    606606;
    607607; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    629629; Result    :
    630630; Remark    : NTDLL.316
    631 ; Status    :
     631; Status    : VERIFIED
    632632;
    633633; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    650650; Result    :
    651651; Remark    : NTDLL.320
    652 ; Status    :
     652; Status    : VERIFIED
    653653;
    654654; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
  • trunk/src/NTDLL/ntdll.def

    r1653 r1654  
    1 ; $Id: ntdll.def,v 1.21 1999-11-09 09:30:21 phaller Exp $
     1; $Id: ntdll.def,v 1.22 1999-11-09 09:54:46 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    329329    RtlTimeToElapsedTimeFields    = _RtlTimeToElapsedTimeFields@8
    330330
     331; ------------------
     332; Verified Functions
     333; ------------------
     334
     335    RtlCopyLuid                   = _RtlCopyLuid@8                    @321
    331336
    332337; ------------------
  • trunk/src/NTDLL/regfunc.asm

    r1653 r1654  
    1 ; $Id: regfunc.asm,v 1.1 1999-11-09 09:30:35 phaller Exp $
     1; $Id: regfunc.asm,v 1.2 1999-11-09 09:54:47 phaller Exp $
    22
    33;/*
     
    3535; Result    :
    3636; Remark    : NTDLL.938, NTDLL.946
    37 ; Status    :
     37; Status    : VERIFIED
    3838;
    3939; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    7474; Result    :
    7575; Remark    : NTDLL.20
    76 ; Status    :
     76; Status    : VERIFIED
    7777;
    7878; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
     
    9191; Result    :
    9292; Remark    : NTDLL.28
    93 ; Status    :
     93; Status    : VERIFIED
    9494;
    9595; Author    : Patrick Haller [Mon, 1999/11/08 23:44]
  • trunk/src/NTDLL/rtl.cpp

    r1650 r1654  
    1 /* $Id: rtl.cpp,v 1.8 1999-11-09 00:44:02 phaller Exp $ */
     1/* $Id: rtl.cpp,v 1.9 1999-11-09 09:54:47 phaller Exp $ */
    22
    33/*
     
    617617}
    618618
     619
     620/*****************************************************************************
     621 * Name      : RtlCopyLuid
     622 * Purpose   : copy local unique identifier?
     623 * Parameters: PLUID pluid1
     624 *             PLUID pluid2
     625 * Variables :
     626 * Result    :
     627 * Remark    : NTDLL.321
     628 * Status    : VERIFIED
     629 *
     630 * Author    : Patrick Haller [Tue, 1999/11/09 09:00]
     631 *****************************************************************************/
     632
     633PLUID WINAPI RtlCopyLuid(PLUID pluid1,
     634                         PLUID pluid2)
     635{
     636  pluid2->LowPart  = pluid1->LowPart;
     637  pluid2->HighPart = pluid1->HighPart;
     638  return (pluid1);
     639}
Note: See TracChangeset for help on using the changeset viewer.