Changeset 4809 for trunk/src/NTDLL


Ignore:
Timestamp:
Dec 16, 2000, 11:53:51 PM (25 years ago)
Author:
bird
Message:

Added or update the description. (It is used in the bldlevel info.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/ntdll.def

    r4313 r4809  
    1 ; $Id: ntdll.def,v 1.35 2000-09-24 09:51:14 sandervl Exp $
     1; $Id: ntdll.def,v 1.36 2000-12-16 22:53:25 bird Exp $
    22
    33;
    4 ; Based on NT 4.0 SP6: NTDLL.DLL 
     4; Based on NT 4.0 SP6: NTDLL.DLL
    55;
    66LIBRARY NTDLL INITINSTANCE TERMINSTANCE
     7DESCRIPTION 'Odin32 System DLL - NTDll'
    78DATA MULTIPLE NONSHARED
    89
    910EXPORTS
    1011
    11 ;   ?Allocate@CBufferAllocator@@UAEPAXK@Z                                       @1
    12 ;   PropertyLengthAsVariant                                                     @2
    13 ;   RtlCompareVariants                                                          @3
    14 ;   RtlConvertPropertyToVariant                                         @4
    15 ;   RtlConvertVariantToProperty                                         @5
    16 ;   CsrAllocateCaptureBuffer                                                    @6
    17 ;   CsrAllocateCapturePointer                                                   @7
    18 ;   CsrAllocateMessagePointer                                                   @8
    19 ;   CsrCaptureMessageBuffer                                                     @9
    20 ;   CsrCaptureMessageString                                                     @10
    21 ;   CsrCaptureTimeout                                                           @11
    22 ;   CsrClientCallServer                                                         @12
    23 ;   CsrClientConnectToServer                                                    @13
    24 ;   CsrFreeCaptureBuffer                                                        @14
    25 ;   CsrIdentifyAlertableThread                                          @15
    26 ;   CsrNewThread                                                                        @16
    27 ;   CsrProbeForRead                                                             @17
    28 ;   CsrProbeForWrite                                                            @18
    29 ;   CsrSetPriorityClass                                                         @19
     12;   ?Allocate@CBufferAllocator@@UAEPAXK@Z                   @1
     13;   PropertyLengthAsVariant                         @2
     14;   RtlCompareVariants                              @3
     15;   RtlConvertPropertyToVariant                     @4
     16;   RtlConvertVariantToProperty                     @5
     17;   CsrAllocateCaptureBuffer                            @6
     18;   CsrAllocateCapturePointer                           @7
     19;   CsrAllocateMessagePointer                           @8
     20;   CsrCaptureMessageBuffer                         @9
     21;   CsrCaptureMessageString                         @10
     22;   CsrCaptureTimeout                               @11
     23;   CsrClientCallServer                             @12
     24;   CsrClientConnectToServer                            @13
     25;   CsrFreeCaptureBuffer                            @14
     26;   CsrIdentifyAlertableThread                      @15
     27;   CsrNewThread                                    @16
     28;   CsrProbeForRead                             @17
     29;   CsrProbeForWrite                                @18
     30;   CsrSetPriorityClass                             @19
    3031    DbgBreakPoint                  = DbgBreakPoint                @20
    3132    DbgPrint                       = _DbgPrint                    @21
    32 ;   DbgPrompt                                                                   @22
    33 ;   DbgSsHandleKmApiMsg                                                         @23
    34 ;   DbgSsInitialize                                                             @24
    35 ;   DbgUiConnectToDbg                                                           @25
    36 ;   DbgUiContinue                                                                       @26
    37 ;   DbgUiWaitStateChange                                                        @27
     33;   DbgPrompt                                   @22
     34;   DbgSsHandleKmApiMsg                             @23
     35;   DbgSsInitialize                             @24
     36;   DbgUiConnectToDbg                               @25
     37;   DbgUiContinue                                   @26
     38;   DbgUiWaitStateChange                            @27
    3839    DbgUserBreakPoint              = DbgUserBreakPoint            @28
    39 ;   KiRaiseUserExceptionDispatcher                                              @29
    40 ;   KiUserApcDispatcher                                                         @30
    41 ;   KiUserCallbackDispatcher                                                    @31
    42 ;   KiUserExceptionDispatcher                                                   @32
    43 ;   LdrAccessResource                                                           @33
    44 ;   LdrDisableThreadCalloutsForDll                                              @34
    45 ;   LdrEnumResources                                                            @35
    46 ;   LdrFindEntryForAddress                                                      @36
    47 ;   LdrFindResourceDirectory_U                                          @37
    48 ;   LdrFindResource_U                                                           @38
    49 ;   LdrGetDllHandle                                                             @39
    50 ;   LdrGetProcedureAddress                                                      @40
    51 ;   LdrInitializeThunk                                                          @41
    52 ;   LdrLoadDll                                                                  @42
    53 ;   LdrProcessRelocationBlock                                                   @43
    54 ;   LdrQueryImageFileExecutionOptions                                   @44
    55 ;   LdrQueryProcessModuleInformation                                    @45
    56 ;   LdrShutdownProcess                                                          @46
    57 ;   LdrShutdownThread                                                           @47
    58 ;   LdrUnloadDll                                                                        @48
    59 ;   LdrVerifyImageMatchesChecksum                                               @49
    60 ;   NPXEMULATORTABLE                                                            @50
    61 ;   NlsAnsiCodePage                                                             @51
    62 ;   NlsMbCodePageTag                                                            @52
    63 ;   NlsMbOemCodePageTag                                                         @53
    64     NtAcceptConnectPort           = _NtAcceptConnectPort@24             @54
    65 ;   NtAccessCheck                                                                       @55
    66 ;   NtAccessCheckAndAuditAlarm                                          @56
    67 ;   NtAddAtom                                                                   @57
    68 ;   NtAdjustGroupsToken                                                         @58
    69     NtAdjustPrivilegesToken       = _NtAdjustPrivilegesToken@24 @59
    70 ;   NtAlertResumeThread                                                         @60
     40;   KiRaiseUserExceptionDispatcher                      @29
     41;   KiUserApcDispatcher                             @30
     42;   KiUserCallbackDispatcher                            @31
     43;   KiUserExceptionDispatcher                           @32
     44;   LdrAccessResource                               @33
     45;   LdrDisableThreadCalloutsForDll                      @34
     46;   LdrEnumResources                                @35
     47;   LdrFindEntryForAddress                          @36
     48;   LdrFindResourceDirectory_U                      @37
     49;   LdrFindResource_U                               @38
     50;   LdrGetDllHandle                             @39
     51;   LdrGetProcedureAddress                          @40
     52;   LdrInitializeThunk                              @41
     53;   LdrLoadDll                                  @42
     54;   LdrProcessRelocationBlock                           @43
     55;   LdrQueryImageFileExecutionOptions                   @44
     56;   LdrQueryProcessModuleInformation                    @45
     57;   LdrShutdownProcess                              @46
     58;   LdrShutdownThread                               @47
     59;   LdrUnloadDll                                    @48
     60;   LdrVerifyImageMatchesChecksum                       @49
     61;   NPXEMULATORTABLE                                @50
     62;   NlsAnsiCodePage                             @51
     63;   NlsMbCodePageTag                                @52
     64;   NlsMbOemCodePageTag                             @53
     65    NtAcceptConnectPort           = _NtAcceptConnectPort@24     @54
     66;   NtAccessCheck                                   @55
     67;   NtAccessCheckAndAuditAlarm                      @56
     68;   NtAddAtom                                   @57
     69;   NtAdjustGroupsToken                             @58
     70    NtAdjustPrivilegesToken       = _NtAdjustPrivilegesToken@24 @59
     71;   NtAlertResumeThread                             @60
    7172    NtAlertThread                 = _NtAlertThread@8              @61
    72     NtAllocateLocallyUniqueId     = _NtAllocateLocallyUniqueId@4                @62
    73     NtAllocateUuids               = _NtAllocateUuids@16                 @63
    74 ;   NtAllocateVirtualMemory                                                     @64
    75 ;   NtCallbackReturn                                                            @65
    76 ;   NtCancelIoFile                                                              @66
    77 ;   NtCancelTimer                                                                       @67
    78     NtClearEvent                  = _NtClearEvent@4                                     @68
     73    NtAllocateLocallyUniqueId     = _NtAllocateLocallyUniqueId@4        @62
     74    NtAllocateUuids               = _NtAllocateUuids@16             @63
     75;   NtAllocateVirtualMemory                         @64
     76;   NtCallbackReturn                                @65
     77;   NtCancelIoFile                              @66
     78;   NtCancelTimer                                   @67
     79    NtClearEvent          = _NtClearEvent@4                     @68
    7980    NtClose                       = _NtClose@4                    @69
    80 ;   NtCloseObjectAuditAlarm                                                     @70
     81;   NtCloseObjectAuditAlarm                         @70
    8182    NtCompleteConnectPort         = _NtCompleteConnectPort@4      @71
    8283    NtConnectPort                 = _NtConnectPort@32             @72
    83 ;   NtContinue                                                                  @73
    84 ;   NtCreateChannel                                                             @74
     84;   NtContinue                                  @73
     85;   NtCreateChannel                             @74
    8586    NtCreateDirectoryObject       = _NtCreateDirectoryObject@12   @75
    8687    NtCreateEvent                 = _NtCreateEvent@20             @76
    87 ;   NtCreateEventPair                                                           @77
     88;   NtCreateEventPair                               @77
    8889    NtCreateFile                  = _NtCreateFile@44              @78
    89 ;   NtCreateIoCompletion                                                        @79
    90     NtCreateKey                   = _NtCreateKey@28                     @80
     90;   NtCreateIoCompletion                            @79
     91    NtCreateKey                   = _NtCreateKey@28         @80
    9192    NtCreateMailslotFile          = _NtCreateMailslotFile@32      @81
    92 ;   NtCreateMutant                                                              @82
    93 ;   NtCreateNamedPipeFile                                                       @83
     93;   NtCreateMutant                              @82
     94;   NtCreateNamedPipeFile                           @83
    9495    NtCreatePagingFile            = _NtCreatePagingFile@16        @84
    9596    NtCreatePort                  = _NtCreatePort@20              @85
    96 ;   NtCreateProcess                                                             @86
    97 ;   NtCreateProfile                                                             @87
     97;   NtCreateProcess                             @86
     98;   NtCreateProfile                             @87
    9899    NtCreateSection               = _NtCreateSection@28                 @88
    99100    NtCreateSemaphore             = _NtCreateSemaphore@20               @89
    100101    NtCreateSymbolicLinkObject    = _NtCreateSymbolicLinkObject@16      @90
    101 ;   NtCreateThread                                                      @91
     102;   NtCreateThread                          @91
    102103    NtCreateTimer                 = _NtCreateTimer@16                   @92
    103 ;   NtCreateToken                                                       @93
    104 ;   NtCurrentTeb                                                        @94
    105 ;   NtDelayExecution                                                    @95
    106 ;   NtDeleteAtom                                                        @96
    107 ;   NtDeleteFile                                                        @97
    108     NtDeleteKey                   = _NtDeleteKey@4                      @98
    109 ;   NtDeleteObjectAuditAlarm                                            @99
    110     NtDeleteValueKey              = _NtDeleteValueKey@8                 @100
     104;   NtCreateToken                           @93
     105;   NtCurrentTeb                            @94
     106;   NtDelayExecution                            @95
     107;   NtDeleteAtom                            @96
     108;   NtDeleteFile                            @97
     109    NtDeleteKey                   = _NtDeleteKey@4          @98
     110;   NtDeleteObjectAuditAlarm                        @99
     111    NtDeleteValueKey              = _NtDeleteValueKey@8         @100
    111112
    112113    NtDeviceIoControlFile         = _NtDeviceIoControlFile@40           @101
     
    114115    NtDuplicateObject             = _NtDuplicateObject@28               @103
    115116    NtDuplicateToken              = _NtDuplicateToken@24                @104
    116     NtEnumerateKey                = _NtEnumerateKey@24                  @105
    117     NtEnumerateValueKey           = _NtEnumerateValueKey@24             @106
    118 ;   NtExtendSection                                                     @107
    119 ;   NtFindAtom                                                          @108
    120 ;   NtFlushBuffersFile                                                  @109
    121 ;   NtFlushInstructionCache                                             @110
    122     NtFlushKey                    = _NtFlushKey@4                       @111
    123 ;   NtFlushVirtualMemory                                                @112
    124 ;   NtFlushWriteBuffer                                                  @113
    125 ;   NtFreeVirtualMemory                                                 @114
     117    NtEnumerateKey                = _NtEnumerateKey@24          @105
     118    NtEnumerateValueKey           = _NtEnumerateValueKey@24     @106
     119;   NtExtendSection                         @107
     120;   NtFindAtom                              @108
     121;   NtFlushBuffersFile                          @109
     122;   NtFlushInstructionCache                     @110
     123    NtFlushKey                    = _NtFlushKey@4           @111
     124;   NtFlushVirtualMemory                        @112
     125;   NtFlushWriteBuffer                          @113
     126;   NtFreeVirtualMemory                         @114
    126127    NtFsControlFile               = _NtFsControlFile@40                 @115
    127 ;   NtGetContextThread                                                  @116
    128 ;   NtGetPlugPlayEvent                                                  @117
    129 ;   NtGetTickCount                                                      @118
     128;   NtGetContextThread                          @116
     129;   NtGetPlugPlayEvent                          @117
     130;   NtGetTickCount                          @118
    130131    NtImpersonateClientOfPort     = _NtImpersonateClientOfPort@16       @119
    131 ;   NtImpersonateThread                                                 @120
    132 ;   NtInitializeRegistry                                                @121
    133 ;   NtListenChannel                                                     @122
     132;   NtImpersonateThread                         @120
     133;   NtInitializeRegistry                        @121
     134;   NtListenChannel                         @122
    134135    NtListenPort                  = _NtListenPort@8                     @123
    135 ;   NtLoadDriver                                                        @124
    136 ;   NtLoadKey2                                                          @125
    137     NtLoadKey                     = _NtLoadKey@8                        @126
    138 ;   NtLockFile                                                          @127
    139 ;   NtLockVirtualMemory                                                 @128
    140 ;   NtMakeTemporaryObject                                               @129
     136;   NtLoadDriver                            @124
     137;   NtLoadKey2                              @125
     138    NtLoadKey                     = _NtLoadKey@8            @126
     139;   NtLockFile                              @127
     140;   NtLockVirtualMemory                         @128
     141;   NtMakeTemporaryObject                       @129
    141142    NtMapViewOfSection            = _NtMapViewOfSection@40              @130
    142 ;   NtNotifyChangeDirectoryFile                                         @131
    143     NtNotifyChangeKey             = _NtNotifyChangeKey@40               @132
    144 ;   NtOpenChannel                                                       @133
     143;   NtNotifyChangeDirectoryFile                     @131
     144    NtNotifyChangeKey             = _NtNotifyChangeKey@40       @132
     145;   NtOpenChannel                           @133
    145146    NtOpenDirectoryObject         = _NtOpenDirectoryObject@12           @134
    146147    NtOpenEvent                   = _NtOpenEvent@12                     @135
    147 ;   NtOpenEventPair                                                     @136
     148;   NtOpenEventPair                         @136
    148149    NtOpenFile                    = _NtOpenFile@24                      @137
    149 ;   NtOpenIoCompletion                                                  @138
     150;   NtOpenIoCompletion                          @138
    150151    NtOpenKey                     = _NtOpenKey@12                       @139
    151 ;   NtOpenMutant                                                        @140
    152 ;   NtOpenObjectAuditAlarm                                              @141
    153 ;   NtOpenProcess                                                       @142
     152;   NtOpenMutant                            @140
     153;   NtOpenObjectAuditAlarm                      @141
     154;   NtOpenProcess                           @142
    154155    NtOpenProcessToken            = _NtOpenProcessToken@12              @143
    155156    NtOpenSection                 = _NtOpenSection@12                   @144
    156157    NtOpenSemaphore               = _NtOpenSemaphore@12                 @145
    157158    NtOpenSymbolicLinkObject      = _NtQuerySymbolicLinkObject@12       @146 ; JW: Is that correct ???
    158 ;   NtOpenThread                                                        @147
     159;   NtOpenThread                            @147
    159160    NtOpenThreadToken             = _NtOpenThreadToken@16               @148
    160 ;   NtOpenTimer                                                         @149
    161 ;   NtPlugPlayControl                                                   @150
    162 ;   NtPrivilegeCheck                                                    @151
    163 ;   NtPrivilegeObjectAuditAlarm                                         @152
    164 ;   NtPrivilegedServiceAuditAlarm                                       @153
    165 ;   NtProtectVirtualMemory                                              @154
    166     NtPulseEvent                  = _NtPulseEvent@8                     @155
    167 ;   NtQueryAttributesFile                                               @156
    168 ;   NtQueryDefaultLocale                                                @157
    169     NtQueryDirectoryFile          = _NtQueryDirectoryFile@44            @158
     161;   NtOpenTimer                             @149
     162;   NtPlugPlayControl                           @150
     163;   NtPrivilegeCheck                            @151
     164;   NtPrivilegeObjectAuditAlarm                     @152
     165;   NtPrivilegedServiceAuditAlarm                   @153
     166;   NtProtectVirtualMemory                      @154
     167    NtPulseEvent          = _NtPulseEvent@8             @155
     168;   NtQueryAttributesFile                       @156
     169;   NtQueryDefaultLocale                        @157
     170    NtQueryDirectoryFile          = _NtQueryDirectoryFile@44            @158
    170171    NtQueryDirectoryObject        = _NtQueryDirectoryObject@28          @159
    171 ;   NtQueryEaFile                                                       @160
    172     NtQueryEvent                  = _NtQueryEvent@20                    @161
    173 ;   NtQueryFullAttributesFile                                           @162
    174 ;   NtQueryInformationAtom                                              @163
     172;   NtQueryEaFile                           @160
     173    NtQueryEvent          = _NtQueryEvent@20            @161
     174;   NtQueryFullAttributesFile                       @162
     175;   NtQueryInformationAtom                      @163
    175176    NtQueryInformationFile        = _NtQueryInformationFile@20          @164
    176 ;   NtQueryInformationPort                                              @165
     177;   NtQueryInformationPort                      @165
    177178    NtQueryInformationProcess     = _NtQueryInformationProcess@20       @166
    178179    NtQueryInformationThread      = _NtQueryInformationThread@20        @167
    179180    NtQueryInformationToken       = _NtQueryInformationToken@20         @168
    180 ;   NtQueryIntervalProfile                                              @169
    181 ;   NtQueryIoCompletion                                                 @170
    182     NtQueryKey                    = _NtQueryKey@20                      @171
    183     NtQueryMultipleValueKey       = _NtQueryMultipleValueKey@24         @172
    184 ;   NtQueryMutant                                                       @173
     181;   NtQueryIntervalProfile                      @169
     182;   NtQueryIoCompletion                         @170
     183    NtQueryKey                    = _NtQueryKey@20          @171
     184    NtQueryMultipleValueKey       = _NtQueryMultipleValueKey@24     @172
     185;   NtQueryMutant                           @173
    185186    NtQueryObject                 = _NtQueryObject@20                   @174
    186 ;   NtQueryOleDirectoryFile                                             @175
     187;   NtQueryOleDirectoryFile                     @175
    187188    NtQueryPerformanceCounter     = _NtQueryPerformanceCounter@8        @176
    188189    NtQuerySection                = _NtQuerySection@20                  @177
     
    190191    NtQuerySemaphore              = _NtQuerySemaphore@20                @179
    191192    NtQuerySymbolicLinkObject     = _NtQuerySymbolicLinkObject@12       @180
    192 ;   NtQuerySystemEnvironmentValue                                       @181
     193;   NtQuerySystemEnvironmentValue                   @181
    193194    NtQuerySystemInformation      = _NtQuerySystemInformation@16        @182
    194195    NtQuerySystemTime             = _NtQuerySystemTime@4                @183
    195 ;   NtQueryTimer                                                        @184
     196;   NtQueryTimer                            @184
    196197    NtQueryTimerResolution        = _NtQueryTimerResolution@12          @185
    197     NtQueryValueKey               = _NtQueryValueKey@24                 @186
    198 ;   NtQueryVirtualMemory                                                @187
    199 ;   NtQueryVolumeInformationFile                                        @188
    200 ;   NtQueueApcThread                                                    @189
    201     NtRaiseException              = ___regs_NtRaiseException@16         @190
    202 ;   NtRaiseHardError                                                    @191
     198    NtQueryValueKey               = _NtQueryValueKey@24         @186
     199;   NtQueryVirtualMemory                        @187
     200;   NtQueryVolumeInformationFile                    @188
     201;   NtQueueApcThread                            @189
     202    NtRaiseException              = ___regs_NtRaiseException@16     @190
     203;   NtRaiseHardError                            @191
    203204    NtReadFile                    = _NtReadFile@36                      @192
    204 ;   NtReadFileScatter                                                   @193
     205;   NtReadFileScatter                           @193
    205206    NtReadRequestData             = _NtReadRequestData@20               @194
    206 ;   NtReadVirtualMemory                                                 @195
     207;   NtReadVirtualMemory                         @195
    207208    NtRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4    @196
    208 ;   NtReleaseMutant                                                     @197
     209;   NtReleaseMutant                         @197
    209210    NtReleaseSemaphore            = _NtReleaseSemaphore@12              @198
    210 ;   NtRemoveIoCompletion                                                @199
    211     NtReplaceKey                  = _NtReplaceKey@12                    @200
     211;   NtRemoveIoCompletion                        @199
     212    NtReplaceKey                  = _NtReplaceKey@12            @200
    212213
    213214    NtReplyPort                   = _NtReplyPort@16                     @201
    214215    NtReplyWaitReceivePort        = _NtReplyWaitReceivePort@16          @202
    215216    NtReplyWaitReplyPort          = _NtReplyWaitReplyPort@16            @203
    216 ;   NtReplyWaitSendChannel                                              @204
     217;   NtReplyWaitSendChannel                      @204
    217218    NtRequestPort                 = _NtRequestPort@16                   @205
    218219    NtRequestWaitReplyPort        = _NtRequestWaitReplyPort@12          @206
    219220    NtResetEvent                  = _NtResetEvent@4                     @207
    220     NtRestoreKey                  = _NtRestoreKey@12                    @208
     221    NtRestoreKey                  = _NtRestoreKey@12            @208
    221222    NtResumeThread                = _NtResumeThread@8                   @209
    222     NtSaveKey                     = _NtSaveKey@8                        @210
    223 ;   NtSendWaitReplyChannel                                              @211
    224 ;   NtSetContextChannel                                                 @212
    225 ;   NtSetContextThread                                                  @213
    226 ;   NtSetDefaultHardErrorPort                                           @214
    227 ;   NtSetDefaultLocale                                                  @215
    228 ;   NtSetEaFile                                                         @216
    229     NtSetEvent                    = _NtSetEvent@8                       @217
    230 ;   NtSetHighEventPair                                                  @218
    231 ;   NtSetHighWaitLowEventPair                                           @219
    232 ;   NtSetHighWaitLowThread                                              @220
     223    NtSaveKey                     = _NtSaveKey@8            @210
     224;   NtSendWaitReplyChannel                      @211
     225;   NtSetContextChannel                         @212
     226;   NtSetContextThread                          @213
     227;   NtSetDefaultHardErrorPort                       @214
     228;   NtSetDefaultLocale                          @215
     229;   NtSetEaFile                             @216
     230    NtSetEvent                    = _NtSetEvent@8                   @217
     231;   NtSetHighEventPair                          @218
     232;   NtSetHighWaitLowEventPair                       @219
     233;   NtSetHighWaitLowThread                      @220
    233234    NtSetInformationFile          = _NtSetInformationFile@20            @221
    234     NtSetInformationKey           = _NtSetInformationKey@16             @222
    235 ;   NtSetInformationObject                                              @223
     235    NtSetInformationKey           = _NtSetInformationKey@16     @222
     236;   NtSetInformationObject                      @223
    236237    NtSetInformationProcess       = _NtSetInformationProcess@16         @224
    237238    NtSetInformationThread        = _NtSetInformationThread@16          @225
    238 ;   NtSetInformationToken                                               @226
     239;   NtSetInformationToken                       @226
    239240    NtSetIntervalProfile          = _NtSetIntervalProfile@8             @227
    240 ;   NtSetIoCompletion                                                   @228
    241 ;   NtSetLdtEntries                                                     @229
    242 ;   NtSetLowEventPair                                                   @230
    243 ;   NtSetLowWaitHighEventPair                                           @231
    244 ;   NtSetLowWaitHighThread                                              @232
    245 ;   NtSetSecurityObject                                                 @233
    246 ;   NtSetSystemEnvironmentValue                                         @234
    247 ;   NtSetSystemInformation                                              @235
    248 ;   NtSetSystemPowerState                                               @236
    249 ;   NtSetSystemTime                                                     @237
     241;   NtSetIoCompletion                           @228
     242;   NtSetLdtEntries                         @229
     243;   NtSetLowEventPair                           @230
     244;   NtSetLowWaitHighEventPair                       @231
     245;   NtSetLowWaitHighThread                      @232
     246;   NtSetSecurityObject                         @233
     247;   NtSetSystemEnvironmentValue                     @234
     248;   NtSetSystemInformation                      @235
     249;   NtSetSystemPowerState                       @236
     250;   NtSetSystemTime                         @237
    250251    NtSetTimer                    = _NtSetTimer@28                      @238
    251 ;   NtSetTimerResolution                                                @239
    252     NtSetValueKey                 = _NtSetValueKey@24                   @240
     252;   NtSetTimerResolution                        @239
     253    NtSetValueKey                 = _NtSetValueKey@24           @240
    253254    NtSetVolumeInformationFile    = _NtSetVolumeInformationFile@16      @241
    254 ;   NtShutdownSystem                                                    @242
    255 ;   NtSignalAndWaitForSingleObject                                      @243
    256 ;   NtStartProfile                                                      @244
    257 ;   NtStopProfile                                                       @245
    258 ;   NtSuspendThread                                                     @246
    259 ;   NtSystemDebugControl                                                @247
    260     NtTerminateProcess            = _NtTerminateProcess@8               @248
    261     NtTerminateThread             = _NtTerminateThread@8                @249
    262     NtTestAlert                   = _NtTestAlert@8                      @250
    263 ;   NtUnloadDriver                                                      @251
    264     NtUnloadKey                   = _NtUnloadKey@4                      @252
    265 ;   NtUnlockFile                                                        @253
    266 ;   NtUnlockVirtualMemory                                               @254
    267 ;   NtUnmapViewOfSection                                                @255
    268 ;   NtVdmControl                                                        @256
    269 ;   NtWaitForMultipleObjects                                            @257
     255;   NtShutdownSystem                            @242
     256;   NtSignalAndWaitForSingleObject                  @243
     257;   NtStartProfile                          @244
     258;   NtStopProfile                           @245
     259;   NtSuspendThread                         @246
     260;   NtSystemDebugControl                        @247
     261    NtTerminateProcess            = _NtTerminateProcess@8               @248
     262    NtTerminateThread             = _NtTerminateThread@8                @249
     263    NtTestAlert                   = _NtTestAlert@8                      @250
     264;   NtUnloadDriver                          @251
     265    NtUnloadKey                   = _NtUnloadKey@4          @252
     266;   NtUnlockFile                            @253
     267;   NtUnlockVirtualMemory                       @254
     268;   NtUnmapViewOfSection                        @255
     269;   NtVdmControl                            @256
     270;   NtWaitForMultipleObjects                        @257
    270271    NtWaitForSingleObject         = _NtWaitForSingleObject@12           @258
    271 ;   NtWaitHighEventPair                                                 @259
    272 ;   NtWaitLowEventPair                                                  @260
    273 ;   NtWriteFile                                                         @261
    274 ;   NtWriteFileGather                                                   @262
     272;   NtWaitHighEventPair                         @259
     273;   NtWaitLowEventPair                          @260
     274;   NtWriteFile                             @261
     275;   NtWriteFileGather                           @262
    275276    NtWriteRequestData            = _NtWriteRequestData@20              @263
    276 ;   NtWriteVirtualMemory                                                @264
    277 ;   NtYieldExecution                                                    @265
    278 ;   PfxFindPrefix                                                       @266
    279 ;   PfxInitialize                                                       @267
    280 ;   PfxInsertPrefix                                                     @268
    281 ;   PfxRemovePrefix                                                     @269
    282 ;   RestoreEm87Context                                                  @270
    283 ;   RtlAbortRXact                                                       @271
    284 ;   RtlAbsoluteToSelfRelativeSD                                         @272
    285     RtlAcquirePebLock             = _RtlAcquirePebLock@0                @273
     277;   NtWriteVirtualMemory                        @264
     278;   NtYieldExecution                            @265
     279;   PfxFindPrefix                           @266
     280;   PfxInitialize                           @267
     281;   PfxInsertPrefix                         @268
     282;   PfxRemovePrefix                         @269
     283;   RestoreEm87Context                          @270
     284;   RtlAbortRXact                           @271
     285;   RtlAbsoluteToSelfRelativeSD                     @272
     286    RtlAcquirePebLock             = _RtlAcquirePebLock@0        @273
    286287    RtlAcquireResourceExclusive   = _RtlAcquireResourceExclusive@8      @274
    287288    RtlAcquireResourceShared      = _RtlAcquireResourceShared@8         @275
    288289    RtlAddAccessAllowedAce        = _RtlAddAccessAllowedAce@16          @276
    289 ;   RtlAddAccessDeniedAce                                               @277
     290;   RtlAddAccessDeniedAce                       @277
    290291    RtlAddAce                     = _RtlAddAce@20                       @278
    291 ;   RtlAddActionToRXact                                                 @279
    292 ;   RtlAddAtomToAtomTable                                               @280
    293 ;   RtlAddAttributeActionToRXact                                        @281
    294 ;   RtlAddAuditAccessAce                                                @282
    295 ;   RtlAddCompoundAce                                                   @283
     292;   RtlAddActionToRXact                         @279
     293;   RtlAddAtomToAtomTable                       @280
     294;   RtlAddAttributeActionToRXact                    @281
     295;   RtlAddAuditAccessAce                        @282
     296;   RtlAddCompoundAce                           @283
    296297    RtlAdjustPrivilege            = _RtlAdjustPrivilege@16              @284
    297298    RtlAllocateAndInitializeSid   = _RtlAllocateAndInitializeSid@44     @285
    298 ;   RtlAllocateHandle                                                   @286
     299;   RtlAllocateHandle                           @286
    299300    RtlAllocateHeap               = _RtlAllocateHeap@12                 @287
    300 ;   RtlAnsiCharToUnicodeChar                                            @288
    301 ;   RtlAnsiStringToUnicodeSize                                          @289
     301;   RtlAnsiCharToUnicodeChar                        @288
     302;   RtlAnsiStringToUnicodeSize                      @289
    302303    RtlAnsiStringToUnicodeString  = _RtlAnsiStringToUnicodeString@12    @290
    303 ;   RtlAppendAsciizToString                                             @291
    304 ;   RtlAppendStringToString                                             @292
    305 ;   RtlAppendUnicodeStringToString                                      @293
    306 ;   RtlAppendUnicodeToString                                            @294
    307 ;   RtlApplyRXact                                                       @295
    308 ;   RtlApplyRXactNoFlush                                                @296
    309 ;   RtlAreAllAccessesGranted                                            @297
    310 ;   RtlAreAnyAccessesGranted                                            @298
    311 ;   RtlAreBitsClear                                                     @299
    312 ;   RtlAreBitsSet                                                       @300
    313 
    314     RtlAssert                     = _RtlAssert@16                       @301
    315 ;   RtlCaptureStackBackTrace                                            @302
    316 ;   RtlCharToInteger                                                    @303
    317 ;   RtlCheckRegistryKey                                                 @304
    318 ;   RtlClearAllBits                                                     @305
    319     RtlClearBits                  = _RtlClearBits@12                    @306
    320 ;   RtlClosePropertySet                                                 @307
    321 ;   RtlCompactHeap                                                      @308
    322     RtlCompareMemory              = _RtlCompareMemory@12                @309
    323 ;   RtlCompareMemoryUlong                                               @310
    324 ;   RtlCompareString                                                    @311
    325     RtlCompareUnicodeString       = _RtlCompareUnicodeString@12         @312
    326 ;   RtlCompressBuffer                                                   @313
    327 ;   RtlConsoleMultiByteToUnicodeN                                       @314
    328 ;   RtlConvertExclusiveToShared                                         @315
     304;   RtlAppendAsciizToString                     @291
     305;   RtlAppendStringToString                     @292
     306;   RtlAppendUnicodeStringToString                  @293
     307;   RtlAppendUnicodeToString                        @294
     308;   RtlApplyRXact                           @295
     309;   RtlApplyRXactNoFlush                        @296
     310;   RtlAreAllAccessesGranted                        @297
     311;   RtlAreAnyAccessesGranted                        @298
     312;   RtlAreBitsClear                         @299
     313;   RtlAreBitsSet                           @300
     314
     315    RtlAssert             = _RtlAssert@16               @301
     316;   RtlCaptureStackBackTrace                        @302
     317;   RtlCharToInteger                            @303
     318;   RtlCheckRegistryKey                         @304
     319;   RtlClearAllBits                         @305
     320    RtlClearBits          = _RtlClearBits@12            @306
     321;   RtlClosePropertySet                         @307
     322;   RtlCompactHeap                          @308
     323    RtlCompareMemory          = _RtlCompareMemory@12        @309
     324;   RtlCompareMemoryUlong                       @310
     325;   RtlCompareString                            @311
     326    RtlCompareUnicodeString       = _RtlCompareUnicodeString@12     @312
     327;   RtlCompressBuffer                           @313
     328;   RtlConsoleMultiByteToUnicodeN                   @314
     329;   RtlConvertExclusiveToShared                     @315
    329330    RtlConvertLongToLargeInteger  = _RtlConvertLongToLargeInteger@4     @316
    330 ;   RtlConvertSharedToExclusive                                         @317
     331;   RtlConvertSharedToExclusive                     @317
    331332    RtlConvertSidToUnicodeString  = _RtlConvertSidToUnicodeString@12    @318
    332 ;   RtlConvertUiListToApiList                                           @319
     333;   RtlConvertUiListToApiList                       @319
    333334    RtlConvertUlongToLargeInteger = _RtlConvertUlongToLargeInteger@4    @320
    334335    RtlCopyLuid                   = _RtlCopyLuid@8                      @321
    335 ;   RtlCopyLuidAndAttributesArray                                       @322
     336;   RtlCopyLuidAndAttributesArray                   @322
    336337    RtlCopyMemory                 = _RtlCopyMemory@12                   @1100
    337 ;   RtlCopySecurityDescriptor                                           @323
     338;   RtlCopySecurityDescriptor                       @323
    338339    RtlCopySid                    = _RtlCopySid@12                      @324
    339 ;   RtlCopySidAndAttributesArray                                        @325
    340 ;   RtlCopyString                                                       @326
    341 ;   RtlCopyUnicodeString                                                @327
     340;   RtlCopySidAndAttributesArray                    @325
     341;   RtlCopyString                           @326
     342;   RtlCopyUnicodeString                        @327
    342343    RtlCreateAcl                  = _RtlCreateAcl@12                    @328
    343 ;   RtlCreateAndSetSD                                                   @329
    344 ;   RtlCreateAtomTable                                                  @330
    345     RtlCreateEnvironment          = _RtlCreateEnvironment@8             @331
     344;   RtlCreateAndSetSD                           @329
     345;   RtlCreateAtomTable                          @330
     346    RtlCreateEnvironment          = _RtlCreateEnvironment@8     @331
    346347    RtlCreateHeap                 = _RtlCreateHeap@24                   @332
    347 ;   RtlCreateProcessParameters                                          @333
    348 ;   RtlCreatePropertySet                                                @334
    349 ;   RtlCreateQueryDebugBuffer                                           @335
    350 ;   RtlCreateRegistryKey                                                @336
     348;   RtlCreateProcessParameters                      @333
     349;   RtlCreatePropertySet                        @334
     350;   RtlCreateQueryDebugBuffer                       @335
     351;   RtlCreateRegistryKey                        @336
    351352    RtlCreateSecurityDescriptor   = _RtlCreateSecurityDescriptor@8      @337
    352 ;   RtlCreateTagHeap                                                    @338
    353 ;   RtlCreateUnicodeString                                              @339
    354 ;   RtlCreateUnicodeStringFromAsciiz                                    @340
    355 ;   RtlCreateUserProcess                                                @341
    356 ;   RtlCreateUserSecurityObject                                         @342
    357 ;   RtlCreateUserThread                                                 @343
    358 ;   RtlCustomCPToUnicodeN                                               @344
    359 ;   RtlCutoverTimeToSystemTime                                          @345
    360 ;   RtlDeNormalizeProcessParams                                         @346
    361 ;   RtlDecompressBuffer                                                 @347
    362 ;   RtlDecompressFragment                                               @348
    363 ;   RtlDelete                                                           @349
    364 ;   RtlDeleteAce                                                        @350
    365 ;   RtlDeleteAtomFromAtomTable                                          @351
     353;   RtlCreateTagHeap                            @338
     354;   RtlCreateUnicodeString                      @339
     355;   RtlCreateUnicodeStringFromAsciiz                    @340
     356;   RtlCreateUserProcess                        @341
     357;   RtlCreateUserSecurityObject                     @342
     358;   RtlCreateUserThread                         @343
     359;   RtlCustomCPToUnicodeN                       @344
     360;   RtlCutoverTimeToSystemTime                      @345
     361;   RtlDeNormalizeProcessParams                     @346
     362;   RtlDecompressBuffer                         @347
     363;   RtlDecompressFragment                       @348
     364;   RtlDelete                               @349
     365;   RtlDeleteAce                            @350
     366;   RtlDeleteAtomFromAtomTable                      @351
    366367    RtlDeleteCriticalSection       = _DeleteCriticalSection@4           @352
    367 ;   RtlDeleteElementGenericTable                                        @353
    368 ;   RtlDeleteNoSplay                                                    @354
    369 ;   RtlDeleteRegistryValue                                              @355
     368;   RtlDeleteElementGenericTable                    @353
     369;   RtlDeleteNoSplay                            @354
     370;   RtlDeleteRegistryValue                      @355
    370371    RtlDeleteResource             = _RtlDeleteResource@4                @356
    371     RtlDeleteSecurityObject       = _RtlDeleteSecurityObject@4          @357
    372 ;   RtlDestroyAtomTable                                                 @358
    373     RtlDestroyEnvironment         = _RtlDestroyEnvironment@4            @359
    374 ;   RtlDestroyHandleTable                                               @360
     372    RtlDeleteSecurityObject       = _RtlDeleteSecurityObject@4      @357
     373;   RtlDestroyAtomTable                         @358
     374    RtlDestroyEnvironment         = _RtlDestroyEnvironment@4        @359
     375;   RtlDestroyHandleTable                       @360
    375376    RtlDestroyHeap                = _RtlDestroyHeap@4                   @361
    376 ;   RtlDestroyProcessParameters                                         @362
    377 ;   RtlDestroyQueryDebugBuffer                                          @363
    378 ;   RtlDetermineDosPathNameType_U                                       @364
    379 ;   RtlDoesFileExists_U                                                 @365
     377;   RtlDestroyProcessParameters                     @362
     378;   RtlDestroyQueryDebugBuffer                      @363
     379;   RtlDetermineDosPathNameType_U                   @364
     380;   RtlDoesFileExists_U                         @365
    380381    RtlDosPathNameToNtPathName_U  = _RtlDosPathNameToNtPathName_U@16    @366
    381 ;   RtlDosSearchPath_U                                                  @367
    382 ;   RtlDowncaseUnicodeString                                            @368
     382;   RtlDosSearchPath_U                          @367
     383;   RtlDowncaseUnicodeString                        @368
    383384    RtlDumpResource               = _RtlDumpResource@4                  @369
    384 ;   RtlEmptyAtomTable                                                   @370
     385;   RtlEmptyAtomTable                           @370
    385386    RtlEnlargedIntegerMultiply     = _RtlEnlargedIntegerMultiply@8      @371
    386387    RtlEnlargedUnsignedDivide      = _RtlEnlargedUnsignedDivide@16      @372
    387388    RtlEnlargedUnsignedMultiply    = _RtlEnlargedUnsignedMultiply@8     @373
    388389    RtlEnterCriticalSection        = _EnterCriticalSection@4            @374
    389 ;   RtlEnumProcessHeaps                                                 @375
    390 ;   RtlEnumerateGenericTable                                            @376
    391 ;   RtlEnumerateGenericTableWithoutSplaying                             @377
    392 ;   RtlEnumerateProperties                                              @378
    393 ;   RtlEqualComputerName                                                @379
    394 ;   RtlEqualDomainName                                                  @380
    395 ;   RtlEqualLuid                                                        @381
    396     RtlEqualPrefixSid             = _RtlEqualPrefixSid@8                @382
    397     RtlEqualSid                   = _RtlEqualSid@8                      @383
    398 ;   RtlEqualString                                                      @384
    399     RtlEqualUnicodeString         = _RtlEqualUnicodeString@12           @385
    400 ;   RtlEraseUnicodeString                                               @386
    401 ;   RtlExpandEnvironmentStrings_U                                       @387
    402 ;   RtlExtendHeap                                                       @388
     390;   RtlEnumProcessHeaps                         @375
     391;   RtlEnumerateGenericTable                        @376
     392;   RtlEnumerateGenericTableWithoutSplaying             @377
     393;   RtlEnumerateProperties                      @378
     394;   RtlEqualComputerName                        @379
     395;   RtlEqualDomainName                          @380
     396;   RtlEqualLuid                            @381
     397    RtlEqualPrefixSid             = _RtlEqualPrefixSid@8                @382
     398    RtlEqualSid                   = _RtlEqualSid@8                      @383
     399;   RtlEqualString                          @384
     400    RtlEqualUnicodeString         = _RtlEqualUnicodeString@12       @385
     401;   RtlEraseUnicodeString                       @386
     402;   RtlExpandEnvironmentStrings_U                   @387
     403;   RtlExtendHeap                           @388
    403404    RtlExtendedIntegerMultiply     = _RtlExtendedIntegerMultiply@12     @389
    404405    RtlExtendedLargeIntegerDivide  = _RtlExtendedLargeIntegerDivide@16  @390
    405406    RtlExtendedMagicDivide         = _RtlExtendedMagicDivide@20         @391
    406     RtlFillMemory                  = _RtlFillMemory@12                  @392
    407 ;   RtlFillMemoryUlong                                                  @393
    408     RtlFindClearBits              = _RtlFindClearBits@12                @394
    409 ;   RtlFindClearBitsAndSet                                              @395
    410 ;   RtlFindLongestRunClear                                              @396
    411 ;   RtlFindLongestRunSet                                                @397
    412 ;   RtlFindMessage                                                      @398
    413 ;   RtlFindSetBits                                                      @399
    414 ;   RtlFindSetBitsAndClear                                              @400
    415 
    416     RtlFirstFreeAce               = _RtlFirstFreeAce@8                  @401
    417 ;   RtlFlushPropertySet                                                 @402
    418     RtlFormatCurrentUserKeyPath   = _RtlFormatCurrentUserKeyPath@4      @403
    419 ;   RtlFormatMessage                                                    @404
    420     RtlFreeAnsiString             = _RtlFreeAnsiString@4                @405
    421 ;   RtlFreeHandle                                                       @406
     407    RtlFillMemory                  = _RtlFillMemory@12              @392
     408;   RtlFillMemoryUlong                          @393
     409    RtlFindClearBits          = _RtlFindClearBits@12        @394
     410;   RtlFindClearBitsAndSet                      @395
     411;   RtlFindLongestRunClear                      @396
     412;   RtlFindLongestRunSet                        @397
     413;   RtlFindMessage                          @398
     414;   RtlFindSetBits                          @399
     415;   RtlFindSetBitsAndClear                      @400
     416
     417    RtlFirstFreeAce               = _RtlFirstFreeAce@8                  @401
     418;   RtlFlushPropertySet                         @402
     419    RtlFormatCurrentUserKeyPath   = _RtlFormatCurrentUserKeyPath@4  @403
     420;   RtlFormatMessage                            @404
     421    RtlFreeAnsiString             = _RtlFreeAnsiString@4        @405
     422;   RtlFreeHandle                           @406
    422423    RtlFreeHeap                   = _RtlFreeHeap@12                     @407
    423     RtlFreeOemString              = _RtlFreeOemString@4                 @408
     424    RtlFreeOemString              = _RtlFreeOemString@4         @408
    424425    RtlFreeSid                    = _RtlFreeSid@4                       @409
    425426    RtlFreeUnicodeString          = _RtlFreeUnicodeString@4             @410
    426 ;   RtlFreeUserThreadStack                                              @411
    427 ;   RtlGenerate8dot3Name                                                @412
    428     RtlGetAce                     = _RtlGetAce@12                       @413
    429 ;   RtlGetCallersAddress                                                @414
    430 ;   RtlGetCompressionWorkSpaceSize                                      @415
    431 ;   RtlGetControlSecurityDescriptor                                     @416
    432 ;   RtlGetCurrentDirectory_U                                            @417
    433     RtlGetDaclSecurityDescriptor  = _RtlGetDaclSecurityDescriptor@16    @418
    434 ;   RtlGetElementGenericTable                                           @419
    435 ;   RtlGetFullPathName_U                                                @420
    436     RtlGetGroupSecurityDescriptor = _RtlGetGroupSecurityDescriptor@12   @421
    437 ;   RtlGetLongestNtPathLength                                           @422
    438 ;   RtlGetNtGlobalFlags                                                 @423
    439     RtlGetNtProductType           = _RtlGetNtProductType@4              @424
     427;   RtlFreeUserThreadStack                      @411
     428;   RtlGenerate8dot3Name                        @412
     429    RtlGetAce                     = _RtlGetAce@12                       @413
     430;   RtlGetCallersAddress                        @414
     431;   RtlGetCompressionWorkSpaceSize                  @415
     432;   RtlGetControlSecurityDescriptor                 @416
     433;   RtlGetCurrentDirectory_U                        @417
     434    RtlGetDaclSecurityDescriptor  = _RtlGetDaclSecurityDescriptor@16    @418
     435;   RtlGetElementGenericTable                       @419
     436;   RtlGetFullPathName_U                        @420
     437    RtlGetGroupSecurityDescriptor = _RtlGetGroupSecurityDescriptor@12   @421
     438;   RtlGetLongestNtPathLength                       @422
     439;   RtlGetNtGlobalFlags                         @423
     440    RtlGetNtProductType           = _RtlGetNtProductType@4      @424
    440441    RtlGetOwnerSecurityDescriptor = _RtlGetOwnerSecurityDescriptor@12   @425
    441 ;   RtlGetProcessHeaps                                                  @426
    442     RtlGetSaclSecurityDescriptor  = _RtlGetSaclSecurityDescriptor@16    @427
    443 ;   RtlGetUserInfoHeap                                                  @428
    444 ;   RtlGuidToPropertySetName                                            @429
    445     RtlIdentifierAuthoritySid     = _RtlIdentifierAuthoritySid@4        @430
    446 ;   RtlImageDirectoryEntryToData                                        @431
    447     RtlImageNtHeader              = _RtlImageNtHeader@4                 @432
    448 ;   RtlImageRvaToSection                                                @433
    449 ;   RtlImageRvaToVa                                                     @434
    450 ;   RtlImpersonateSelf                                                  @435
    451     RtlInitAnsiString             = _RtlInitAnsiString@8                @436
    452 ;   RtlInitCodePageTable                                                @437
    453 ;   RtlInitNlsTables                                                    @438
    454     RtlInitString                 = _RtlInitString@8                    @439
    455     RtlInitUnicodeString          = _RtlInitUnicodeString@8             @440
    456 ;   RtlInitializeAtomPackage                                            @441
    457     RtlInitializeBitMap           = _RtlInitializeBitMap@12             @442
    458 ;   RtlInitializeContext                                                @443
     442;   RtlGetProcessHeaps                          @426
     443    RtlGetSaclSecurityDescriptor  = _RtlGetSaclSecurityDescriptor@16    @427
     444;   RtlGetUserInfoHeap                          @428
     445;   RtlGuidToPropertySetName                        @429
     446    RtlIdentifierAuthoritySid     = _RtlIdentifierAuthoritySid@4        @430
     447;   RtlImageDirectoryEntryToData                    @431
     448    RtlImageNtHeader          = _RtlImageNtHeader@4         @432
     449;   RtlImageRvaToSection                        @433
     450;   RtlImageRvaToVa                         @434
     451;   RtlImpersonateSelf                          @435
     452    RtlInitAnsiString             = _RtlInitAnsiString@8                @436
     453;   RtlInitCodePageTable                        @437
     454;   RtlInitNlsTables                            @438
     455    RtlInitString                 = _RtlInitString@8                    @439
     456    RtlInitUnicodeString          = _RtlInitUnicodeString@8             @440
     457;   RtlInitializeAtomPackage                        @441
     458    RtlInitializeBitMap       = _RtlInitializeBitMap@12         @442
     459;   RtlInitializeContext                        @443
    459460    RtlInitializeCriticalSection  = _InitializeCriticalSection@4        @444
    460 ;   RtlInitializeCriticalSectionAndSpinCount                            @445
    461     RtlInitializeGenericTable     = _RtlInitializeGenericTable@0        @446
    462 ;   RtlInitializeHandleTable                                            @447
    463 ;   RtlInitializeRXact                                                  @448
     461;   RtlInitializeCriticalSectionAndSpinCount                @445
     462    RtlInitializeGenericTable     = _RtlInitializeGenericTable@0        @446
     463;   RtlInitializeHandleTable                        @447
     464;   RtlInitializeRXact                          @448
    464465    RtlInitializeResource         = _RtlInitializeResource@4            @449
    465     RtlInitializeSid              = _RtlInitializeSid@12                @450
    466 ;   RtlInsertElementGenericTable                                        @451
    467     RtlIntegerToChar              = _RtlIntegerToChar@16                @452
    468 ;   RtlIntegerToUnicodeString                                           @453
    469 ;   RtlIsDosDeviceName_U                                                @454
    470 ;   RtlIsGenericTableEmpty                                              @455
    471 ;   RtlIsNameLegalDOS8Dot3                                              @456
     466    RtlInitializeSid              = _RtlInitializeSid@12                @450
     467;   RtlInsertElementGenericTable                    @451
     468    RtlIntegerToChar              = _RtlIntegerToChar@16        @452
     469;   RtlIntegerToUnicodeString                       @453
     470;   RtlIsDosDeviceName_U                        @454
     471;   RtlIsGenericTableEmpty                      @455
     472;   RtlIsNameLegalDOS8Dot3                      @456
    472473    RtlIsTextUnicode              = _RtlIsTextUnicode@12                @457
    473 ;   RtlIsValidHandle                                                    @458
    474 ;   RtlIsValidIndexHandle                                               @459
     474;   RtlIsValidHandle                            @458
     475;   RtlIsValidIndexHandle                       @459
    475476    RtlLargeIntegerAdd             = _RtlLargeIntegerAdd@16             @460
    476477    RtlLargeIntegerArithmeticShift = _RtlLargeIntegerArithmeticShift@12 @461
     
    480481    RtlLargeIntegerShiftRight      = _RtlLargeIntegerShiftRight@12      @465
    481482    RtlLargeIntegerSubtract        = _RtlLargeIntegerSubtract@16        @466
    482     RtlLargeIntegerToChar          = _RtlLargeIntegerToChar@16          @467
     483    RtlLargeIntegerToChar          = _RtlLargeIntegerToChar@16      @467
    483484    RtlLeaveCriticalSection        = _LeaveCriticalSection@4            @468
    484485    RtlLengthRequiredSid           = _RtlLengthRequiredSid@4            @469
    485486    RtlLengthSecurityDescriptor    = _RtlLengthSecurityDescriptor@4     @470
    486487    RtlLengthSid                   = _RtlLengthSid@4                    @471
    487 ;   RtlLocalTimeToSystemTime                                            @472
    488 ;   RtlLockHeap                                                         @473
    489 ;   RtlLookupAtomInAtomTable                                            @474
    490 ;   RtlLookupElementGenericTable                                        @475
    491 ;   RtlMakeSelfRelativeSD                                               @476
    492 ;   RtlMapGenericMask                                                   @477
    493     RtlMoveMemory                  = _RtlMoveMemory@12                  @478
     488;   RtlLocalTimeToSystemTime                        @472
     489;   RtlLockHeap                             @473
     490;   RtlLookupAtomInAtomTable                        @474
     491;   RtlLookupElementGenericTable                    @475
     492;   RtlMakeSelfRelativeSD                       @476
     493;   RtlMapGenericMask                           @477
     494    RtlMoveMemory                  = _RtlMoveMemory@12              @478
    494495    RtlMultiByteToUnicodeN         = _RtlMultiByteToUnicodeN@20         @479
    495 ;   RtlMultiByteToUnicodeSize                                           @480
    496 ;   RtlNewInstanceSecurityObject                                        @481
    497 ;   RtlNewSecurityGrantedAccess                                         @482
    498     RtlNewSecurityObject          = _RtlNewSecurityObject@24            @483
     496;   RtlMultiByteToUnicodeSize                       @480
     497;   RtlNewInstanceSecurityObject                    @481
     498;   RtlNewSecurityGrantedAccess                     @482
     499    RtlNewSecurityObject          = _RtlNewSecurityObject@24        @483
    499500    RtlNormalizeProcessParams     = _RtlNormalizeProcessParams@4        @484
    500501    RtlNtStatusToDosError         = _RtlNtStatusToDosError@4            @485
    501 ;   RtlNumberGenericTableElements                                       @486
    502 ;   RtlNumberOfClearBits                                                @487
    503 ;   RtlNumberOfSetBits                                                  @488
    504 ;   RtlOemStringToUnicodeSize                                           @489
    505     RtlOemStringToUnicodeString   = _RtlOemStringToUnicodeString@12     @490
    506     RtlOemToUnicodeN              = _RtlOemToUnicodeN@20                @491
    507 ;   RtlOnMappedStreamEvent                                              @492
    508     RtlOpenCurrentUser            = _RtlOpenCurrentUser@8               @493
    509 ;   RtlPcToFileHeader                                                   @494
    510 ;   RtlPinAtomInAtomTable                                               @495
    511 ;   RtlPrefixString                                                     @496
    512 ;   RtlPrefixUnicodeString                                              @497
    513 ;   RtlPropertySetNameToGuid                                            @498
    514 ;   RtlProtectHeap                                                      @499
    515 ;   RtlQueryAtomInAtomTable                                             @500
    516 
    517     RtlQueryEnvironmentVariable_U = _RtlQueryEnvironmentVariable_U@12   @501
    518 ;   RtlQueryInformationAcl                                              @502
    519 ;   RtlQueryProcessBackTraceInformation                                 @503
    520 ;   RtlQueryProcessDebugInformation                                     @504
    521 ;   RtlQueryProcessHeapInformation                                      @505
    522 ;   RtlQueryProcessLockInformation                                      @506
    523 ;   RtlQueryProperties                                                  @507
    524 ;   RtlQueryPropertyNames                                               @508
    525 ;   RtlQueryPropertySet                                                 @509
    526 ;   RtlQueryRegistryValues                                              @510
    527 ;   RtlQuerySecurityObject                                              @511
    528 ;   RtlQueryTagHeap                                                     @512
    529     RtlQueryTimeZoneInformation   = _RtlQueryTimeZoneInformation@12     @513
    530     RtlRaiseException             = ___regs_RtlRaiseException@8         @514
    531     RtlRaiseStatus                = _RtlRaiseStatus@4                   @515
    532     RtlRandom                     = _RtlRandom@4                        @516
    533 ;   RtlReAllocateHeap                                                   @517
    534 ;   RtlRealPredecessor                                                  @518
    535 ;   RtlRealSuccessor                                                    @519
    536     RtlReleasePebLock             = _RtlReleasePebLock@0                @520
    537     RtlReleaseResource            = _RtlReleaseResource@4               @521
    538 ;   RtlRemoteCall                                                       @522
    539 ;   RtlResetRtlTranslations                                             @523
    540 ;   RtlRunDecodeUnicodeString                                           @524
    541 ;   RtlRunEncodeUnicodeString                                           @525
    542     RtlSecondsSince1970ToTime     = _RtlSecondsSince1970ToTime@8        @526
    543     RtlSecondsSince1980ToTime     = _RtlSecondsSince1980ToTime@8        @527
    544 ;   RtlSelfRelativeToAbsoluteSD                                         @528
    545 ;   RtlSetAllBits                                                       @529
    546 ;   RtlSetAttributesSecurityDescriptor                                  @530
    547     RtlSetBits                    = _RtlSetBits@12                      @531
    548 ;   RtlSetCriticalSectionSpinCount                                      @532
    549 ;   RtlSetCurrentDirectory_U                                            @533
    550 ;   RtlSetCurrentEnvironment                                            @534
    551     RtlSetDaclSecurityDescriptor  = _RtlSetDaclSecurityDescriptor@16    @535
    552     RtlSetEnvironmentVariable     = _RtlSetEnvironmentVariable@12       @536
    553     RtlSetGroupSecurityDescriptor = _RtlSetGroupSecurityDescriptor@12   @537
    554 ;   RtlSetInformationAcl                                                @538
    555     RtlSetOwnerSecurityDescriptor = _RtlSetOwnerSecurityDescriptor@12   @539
    556 ;   RtlSetProperties                                                    @540
    557 ;   RtlSetPropertyNames                                                 @541
    558 ;   RtlSetPropertySetClassId                                            @542
    559     RtlSetSaclSecurityDescriptor  = _RtlSetSaclSecurityDescriptor@16    @543
    560 ;   RtlSetSecurityObject                                                @544
    561 ;   RtlSetTimeZoneInformation                                           @545
    562 ;   RtlSetUnicodeCallouts                                               @546
    563 ;   RtlSetUserFlagsHeap                                                 @547
    564 ;   RtlSetUserValueHeap                                                 @548
    565     RtlSizeHeap                   = _RtlSizeHeap@12                     @549
    566 ;   RtlSplay                                                            @550
    567 ;   RtlStartRXact                                                       @551
    568     RtlSubAuthorityCountSid       = _RtlSubAuthorityCountSid@4          @552
    569     RtlSubAuthoritySid            = _RtlSubAuthoritySid@8               @553
    570 ;   RtlSubtreePredecessor                                               @554
    571 ;   RtlSubtreeSuccessor                                                 @555
    572     RtlSystemTimeToLocalTime      = _RtlSystemTimeToLocalTime@8         @556
    573 ;   RtlTimeFieldsToTime                                                 @557
    574     RtlTimeToElapsedTimeFields    = _RtlTimeToElapsedTimeFields@8       @558
    575     RtlTimeToSecondsSince1970     = _RtlTimeToSecondsSince1970@8        @559
    576     RtlTimeToSecondsSince1980     = _RtlTimeToSecondsSince1980@8        @560
    577 ;   RtlTimeToTimeFields                                                 @561
    578 ;   RtlTryEnterCriticalSection                                          @562
    579 ;   RtlUnicodeStringToAnsiSize                                          @563
    580 ;   RtlUnicodeStringToAnsiString                                        @564
    581 ;   RtlUnicodeStringToCountedOemString                                  @565
    582 ;   RtlUnicodeStringToInteger                                           @566
    583 ;   RtlUnicodeStringToOemSize                                           @567
     502;   RtlNumberGenericTableElements                   @486
     503;   RtlNumberOfClearBits                        @487
     504;   RtlNumberOfSetBits                          @488
     505;   RtlOemStringToUnicodeSize                       @489
     506    RtlOemStringToUnicodeString   = _RtlOemStringToUnicodeString@12     @490
     507    RtlOemToUnicodeN              = _RtlOemToUnicodeN@20                @491
     508;   RtlOnMappedStreamEvent                      @492
     509    RtlOpenCurrentUser            = _RtlOpenCurrentUser@8       @493
     510;   RtlPcToFileHeader                           @494
     511;   RtlPinAtomInAtomTable                       @495
     512;   RtlPrefixString                         @496
     513;   RtlPrefixUnicodeString                      @497
     514;   RtlPropertySetNameToGuid                        @498
     515;   RtlProtectHeap                          @499
     516;   RtlQueryAtomInAtomTable                     @500
     517
     518    RtlQueryEnvironmentVariable_U = _RtlQueryEnvironmentVariable_U@12   @501
     519;   RtlQueryInformationAcl                      @502
     520;   RtlQueryProcessBackTraceInformation                 @503
     521;   RtlQueryProcessDebugInformation                 @504
     522;   RtlQueryProcessHeapInformation                  @505
     523;   RtlQueryProcessLockInformation                  @506
     524;   RtlQueryProperties                          @507
     525;   RtlQueryPropertyNames                       @508
     526;   RtlQueryPropertySet                         @509
     527;   RtlQueryRegistryValues                      @510
     528;   RtlQuerySecurityObject                      @511
     529;   RtlQueryTagHeap                         @512
     530    RtlQueryTimeZoneInformation   = _RtlQueryTimeZoneInformation@12 @513
     531    RtlRaiseException             = ___regs_RtlRaiseException@8     @514
     532    RtlRaiseStatus                = _RtlRaiseStatus@4           @515
     533    RtlRandom                     = _RtlRandom@4            @516
     534;   RtlReAllocateHeap                           @517
     535;   RtlRealPredecessor                          @518
     536;   RtlRealSuccessor                            @519
     537    RtlReleasePebLock             = _RtlReleasePebLock@0        @520
     538    RtlReleaseResource            = _RtlReleaseResource@4               @521
     539;   RtlRemoteCall                           @522
     540;   RtlResetRtlTranslations                     @523
     541;   RtlRunDecodeUnicodeString                       @524
     542;   RtlRunEncodeUnicodeString                       @525
     543    RtlSecondsSince1970ToTime     = _RtlSecondsSince1970ToTime@8        @526
     544    RtlSecondsSince1980ToTime     = _RtlSecondsSince1980ToTime@8        @527
     545;   RtlSelfRelativeToAbsoluteSD                     @528
     546;   RtlSetAllBits                           @529
     547;   RtlSetAttributesSecurityDescriptor                  @530
     548    RtlSetBits            = _RtlSetBits@12              @531
     549;   RtlSetCriticalSectionSpinCount                  @532
     550;   RtlSetCurrentDirectory_U                        @533
     551;   RtlSetCurrentEnvironment                        @534
     552    RtlSetDaclSecurityDescriptor  = _RtlSetDaclSecurityDescriptor@16    @535
     553    RtlSetEnvironmentVariable     = _RtlSetEnvironmentVariable@12   @536
     554    RtlSetGroupSecurityDescriptor = _RtlSetGroupSecurityDescriptor@12   @537
     555;   RtlSetInformationAcl                        @538
     556    RtlSetOwnerSecurityDescriptor = _RtlSetOwnerSecurityDescriptor@12   @539
     557;   RtlSetProperties                            @540
     558;   RtlSetPropertyNames                         @541
     559;   RtlSetPropertySetClassId                        @542
     560    RtlSetSaclSecurityDescriptor  = _RtlSetSaclSecurityDescriptor@16    @543
     561;   RtlSetSecurityObject                        @544
     562;   RtlSetTimeZoneInformation                       @545
     563;   RtlSetUnicodeCallouts                       @546
     564;   RtlSetUserFlagsHeap                         @547
     565;   RtlSetUserValueHeap                         @548
     566    RtlSizeHeap                   = _RtlSizeHeap@12                 @549
     567;   RtlSplay                                @550
     568;   RtlStartRXact                           @551
     569    RtlSubAuthorityCountSid       = _RtlSubAuthorityCountSid@4          @552
     570    RtlSubAuthoritySid            = _RtlSubAuthoritySid@8               @553
     571;   RtlSubtreePredecessor                       @554
     572;   RtlSubtreeSuccessor                         @555
     573    RtlSystemTimeToLocalTime      = _RtlSystemTimeToLocalTime@8         @556
     574;   RtlTimeFieldsToTime                         @557
     575    RtlTimeToElapsedTimeFields    = _RtlTimeToElapsedTimeFields@8   @558
     576    RtlTimeToSecondsSince1970     = _RtlTimeToSecondsSince1970@8        @559
     577    RtlTimeToSecondsSince1980     = _RtlTimeToSecondsSince1980@8        @560
     578;   RtlTimeToTimeFields                         @561
     579;   RtlTryEnterCriticalSection                      @562
     580;   RtlUnicodeStringToAnsiSize                      @563
     581;   RtlUnicodeStringToAnsiString                    @564
     582;   RtlUnicodeStringToCountedOemString                  @565
     583;   RtlUnicodeStringToInteger                       @566
     584;   RtlUnicodeStringToOemSize                       @567
    584585    RtlUnicodeStringToOemString   = _RtlUnicodeStringToOemString@12     @568
    585 ;   RtlUnicodeToCustomCPN                                               @569
    586     RtlUnicodeToMultiByteN        = _RtlUnicodeToMultiByteN@20          @570
    587 ;   RtlUnicodeToMultiByteSize                                           @571
    588     RtlUnicodeToOemN              = _RtlUnicodeToOemN@20                @572
    589 ;   RtlUniform                                                          @573
    590 ;   RtlUnlockHeap                                                       @574
    591     RtlUnwind                  = _RtlUnwind@16                          @575
    592 ;   RtlUpcaseUnicodeChar                                                @576
     586;   RtlUnicodeToCustomCPN                       @569
     587    RtlUnicodeToMultiByteN        = _RtlUnicodeToMultiByteN@20          @570
     588;   RtlUnicodeToMultiByteSize                       @571
     589    RtlUnicodeToOemN              = _RtlUnicodeToOemN@20                @572
     590;   RtlUniform                              @573
     591;   RtlUnlockHeap                           @574
     592    RtlUnwind                  = _RtlUnwind@16                      @575
     593;   RtlUpcaseUnicodeChar                        @576
    593594    RtlUpcaseUnicodeString        = _RtlUpcaseUnicodeString@12          @577
    594     RtlUnicodeStringToAnsiString  = _RtlUnicodeStringToAnsiString@12    @578
    595 ;   RtlUpcaseUnicodeStringToCountedOemString                            @579
     595    RtlUnicodeStringToAnsiString  = _RtlUnicodeStringToAnsiString@12    @578
     596;   RtlUpcaseUnicodeStringToCountedOemString                @579
    596597    RtlUpcaseUnicodeStringToOemString = _RtlUpcaseUnicodeStringToOemString@12 @580
    597 ;   RtlUpcaseUnicodeToCustomCPN                                         @581
    598 ;   RtlUpcaseUnicodeToMultiByteN                                        @582
    599 ;   RtlUpcaseUnicodeToOemN                                              @583
    600 ;   RtlUpperChar                                                        @584
    601 ;   RtlUpperString                                                      @585
    602 ;   RtlUsageHeap                                                        @586
    603 ;   RtlValidAcl                                                         @587
    604     RtlValidSecurityDescriptor    = _RtlValidSecurityDescriptor@4       @588
    605     RtlValidSid                   = _RtlValidSid@4                      @589
    606 ;   RtlValidateHeap                                                     @590
    607 ;   RtlValidateProcessHeaps                                             @591
    608 ;   RtlWalkHeap                                                         @592
    609 ;   RtlWriteRegistryValue                                               @593
    610 ;   RtlZeroHeap                                                         @594
    611     RtlZeroMemory              = _RtlZeroMemory@8                       @595
    612 ;   RtlpNtCreateKey                                                     @596
    613 ;   RtlpNtEnumerateSubKey                                               @597
    614 ;   RtlpNtMakeTemporaryKey                                              @598
    615 ;   RtlpNtOpenKey                                                       @599
    616 ;   RtlpNtQueryValueKey                                                 @600
    617 
    618 ;   RtlpNtSetValueKey                                                   @601
    619 ;   RtlpUnWaitCriticalSection                                           @602
    620 ;   RtlpWaitForCriticalSection                                          @603
    621     RtlxAnsiStringToUnicodeSize   = _RtlxAnsiStringToUnicodeSize@4      @604
    622     RtlxOemStringToUnicodeSize    = _RtlxOemStringToUnicodeSize@4       @605
    623 ;   RtlxUnicodeStringToAnsiSize                                         @606
    624 ;   RtlxUnicodeStringToOemSize                                          @607
    625 ;   SaveEm87Context                                                     @608
    626     ZwAcceptConnectPort           = _NtAcceptConnectPort@24             @609
    627 ;   ZwAccessCheck                                                       @610
    628 ;   ZwAccessCheckAndAuditAlarm                                          @611
    629 ;   ZwAddAtom                                                           @612
    630 ;   ZwAdjustGroupsToken                                                 @613
    631     ZwAdjustPrivilegesToken       = _NtAdjustPrivilegesToken@24         @614
    632 ;   ZwAlertResumeThread                                                 @615
    633     ZwAlertThread                 = _NtAlertThread@8                    @616
    634 ;   ZwAllocateLocallyUniqueId                                           @617
    635     ZwAllocateUuids               = _NtAllocateUuids@16                 @618
    636 ;   ZwAllocateVirtualMemory                                             @619
    637 ;   ZwCallbackReturn                                                    @620
    638 ;   ZwCancelIoFile                                                      @621
    639 ;   ZwCancelTimer                                                       @622
    640 ;   ZwClearEvent                                                        @623
    641     ZwClose                       = _NtClose@4                          @624
    642 ;   ZwCloseObjectAuditAlarm                                             @625
    643     ZwCompleteConnectPort         = _NtCompleteConnectPort@4            @626
     598;   RtlUpcaseUnicodeToCustomCPN                     @581
     599;   RtlUpcaseUnicodeToMultiByteN                    @582
     600;   RtlUpcaseUnicodeToOemN                      @583
     601;   RtlUpperChar                            @584
     602;   RtlUpperString                          @585
     603;   RtlUsageHeap                            @586
     604;   RtlValidAcl                             @587
     605    RtlValidSecurityDescriptor    = _RtlValidSecurityDescriptor@4       @588
     606    RtlValidSid                   = _RtlValidSid@4                      @589
     607;   RtlValidateHeap                         @590
     608;   RtlValidateProcessHeaps                     @591
     609;   RtlWalkHeap                             @592
     610;   RtlWriteRegistryValue                       @593
     611;   RtlZeroHeap                             @594
     612    RtlZeroMemory              = _RtlZeroMemory@8                   @595
     613;   RtlpNtCreateKey                         @596
     614;   RtlpNtEnumerateSubKey                       @597
     615;   RtlpNtMakeTemporaryKey                      @598
     616;   RtlpNtOpenKey                           @599
     617;   RtlpNtQueryValueKey                         @600
     618
     619;   RtlpNtSetValueKey                           @601
     620;   RtlpUnWaitCriticalSection                       @602
     621;   RtlpWaitForCriticalSection                      @603
     622    RtlxAnsiStringToUnicodeSize   = _RtlxAnsiStringToUnicodeSize@4      @604
     623    RtlxOemStringToUnicodeSize    = _RtlxOemStringToUnicodeSize@4       @605
     624;   RtlxUnicodeStringToAnsiSize                     @606
     625;   RtlxUnicodeStringToOemSize                      @607
     626;   SaveEm87Context                         @608
     627    ZwAcceptConnectPort           = _NtAcceptConnectPort@24             @609
     628;   ZwAccessCheck                           @610
     629;   ZwAccessCheckAndAuditAlarm                      @611
     630;   ZwAddAtom                               @612
     631;   ZwAdjustGroupsToken                         @613
     632    ZwAdjustPrivilegesToken       = _NtAdjustPrivilegesToken@24         @614
     633;   ZwAlertResumeThread                         @615
     634    ZwAlertThread                 = _NtAlertThread@8                    @616
     635;   ZwAllocateLocallyUniqueId                       @617
     636    ZwAllocateUuids               = _NtAllocateUuids@16             @618
     637;   ZwAllocateVirtualMemory                     @619
     638;   ZwCallbackReturn                            @620
     639;   ZwCancelIoFile                          @621
     640;   ZwCancelTimer                           @622
     641;   ZwClearEvent                            @623
     642    ZwClose                       = _NtClose@4                  @624
     643;   ZwCloseObjectAuditAlarm                     @625
     644    ZwCompleteConnectPort         = _NtCompleteConnectPort@4            @626
    644645    ZwConnectPort                 = _NtConnectPort@32                   @627
    645 ;   ZwContinue                                                          @628
    646 ;   ZwCreateChannel                                                     @629
    647     ZwCreateDirectoryObject       = _NtCreateDirectoryObject@12         @630
    648     ZwCreateEvent                 = _NtCreateEvent@20                   @631
    649 ;   ZwCreateEventPair                                                   @632
    650     ZwCreateFile                  = _NtCreateFile@44                    @633
    651 ;   ZwCreateIoCompletion                                                @634
    652     ZwCreateKey                   = _NtCreateKey@28                     @635
    653     ZwCreateMailslotFile          = _NtCreateMailslotFile@32            @636
    654 ;   ZwCreateMutant                                                      @637
    655 ;   ZwCreateNamedPipeFile                                               @638
    656     ZwCreatePagingFile            = _NtCreatePagingFile@16              @639
    657     ZwCreatePort                  = _NtCreatePort@20                    @640
    658 ;   ZwCreateProcess                                                     @641
    659 ;   ZwCreateProfile                                                     @642
    660     ZwCreateSection               = _NtCreateSection@28                 @643
    661     ZwCreateSemaphore             = _NtCreateSemaphore@20               @644
    662     ZwCreateSymbolicLinkObject    = _NtCreateSymbolicLinkObject@16      @645
    663 ;   ZwCreateThread                                                      @646
    664     ZwCreateTimer                 = _NtCreateTimer@16                   @647
    665 ;   ZwCreateToken                                                       @648
    666 ;   ZwDelayExecution                                                    @649
    667 ;   ZwDeleteAtom                                                        @650
    668 ;   ZwDeleteFile                                                        @651
    669     ZwDeleteKey                   = _NtDeleteKey@4                      @652
    670 ;   ZwDeleteObjectAuditAlarm                                            @653
    671     ZwDeleteValueKey              = _NtDeleteValueKey@8                 @654
    672     ZwDeviceIoControlFile         = _NtDeviceIoControlFile@40           @655
    673     ZwDisplayString               = _NtDisplayString@4                  @656
    674     ZwDuplicateObject             = _NtDuplicateObject@28               @657
    675     ZwDuplicateToken              = _NtDuplicateToken@24                @658
    676     ZwEnumerateKey                = _NtEnumerateKey@24                  @659
    677     ZwEnumerateValueKey           = _NtEnumerateValueKey@24                     @660
    678 ;   ZwExtendSection                                                                     @661
    679 ;   ZwFindAtom                                                                          @662
    680 ;   ZwFlushBuffersFile                                                                  @663
    681 ;   ZwFlushInstructionCache                                                             @664
    682     ZwFlushKey                    = _NtFlushKey@4                               @665
    683 ;   ZwFlushVirtualMemory                                                                @666
    684 ;   ZwFlushWriteBuffer                                                                  @667
    685 ;   ZwFreeVirtualMemory                                                                 @668
     646;   ZwContinue                              @628
     647;   ZwCreateChannel                         @629
     648    ZwCreateDirectoryObject       = _NtCreateDirectoryObject@12         @630
     649    ZwCreateEvent                 = _NtCreateEvent@20                   @631
     650;   ZwCreateEventPair                           @632
     651    ZwCreateFile                  = _NtCreateFile@44                    @633
     652;   ZwCreateIoCompletion                        @634
     653    ZwCreateKey                   = _NtCreateKey@28         @635
     654    ZwCreateMailslotFile          = _NtCreateMailslotFile@32            @636
     655;   ZwCreateMutant                          @637
     656;   ZwCreateNamedPipeFile                       @638
     657    ZwCreatePagingFile            = _NtCreatePagingFile@16              @639
     658    ZwCreatePort                  = _NtCreatePort@20                    @640
     659;   ZwCreateProcess                         @641
     660;   ZwCreateProfile                         @642
     661    ZwCreateSection               = _NtCreateSection@28                 @643
     662    ZwCreateSemaphore             = _NtCreateSemaphore@20               @644
     663    ZwCreateSymbolicLinkObject    = _NtCreateSymbolicLinkObject@16      @645
     664;   ZwCreateThread                          @646
     665    ZwCreateTimer                 = _NtCreateTimer@16                   @647
     666;   ZwCreateToken                           @648
     667;   ZwDelayExecution                            @649
     668;   ZwDeleteAtom                            @650
     669;   ZwDeleteFile                            @651
     670    ZwDeleteKey                   = _NtDeleteKey@4          @652
     671;   ZwDeleteObjectAuditAlarm                        @653
     672    ZwDeleteValueKey              = _NtDeleteValueKey@8         @654
     673    ZwDeviceIoControlFile         = _NtDeviceIoControlFile@40           @655
     674    ZwDisplayString               = _NtDisplayString@4                  @656
     675    ZwDuplicateObject             = _NtDuplicateObject@28               @657
     676    ZwDuplicateToken              = _NtDuplicateToken@24                @658
     677    ZwEnumerateKey                = _NtEnumerateKey@24          @659
     678    ZwEnumerateValueKey           = _NtEnumerateValueKey@24         @660
     679;   ZwExtendSection                                 @661
     680;   ZwFindAtom                                      @662
     681;   ZwFlushBuffersFile                                  @663
     682;   ZwFlushInstructionCache                             @664
     683    ZwFlushKey                    = _NtFlushKey@4               @665
     684;   ZwFlushVirtualMemory                                @666
     685;   ZwFlushWriteBuffer                                  @667
     686;   ZwFreeVirtualMemory                                 @668
    686687    ZwFsControlFile               = _NtFsControlFile@40                 @669
    687 ;   ZwGetContextThread                                                                  @670
    688 ;   ZwGetPlugPlayEvent                                                                  @671
    689 ;   ZwGetTickCount                                                                      @672
    690     ZwImpersonateClientOfPort     = _NtImpersonateClientOfPort@16       @673
    691 ;   ZwImpersonateThread                                                                 @674
    692 ;   ZwInitializeRegistry                                                                @675
    693 ;   ZwListenChannel                                                                     @676
    694     ZwListenPort                  = _NtListenPort@8                     @677
    695 ;   ZwLoadDriver                                                                                @678
    696 ;   ZwLoadKey2                                                                          @679
    697     ZwLoadKey                     = _NtLoadKey@8                                @680
    698 ;   ZwLockFile                                                                          @681
    699 ;   ZwLockVirtualMemory                                                                 @682
    700 ;   ZwMakeTemporaryObject                                                               @683
     688;   ZwGetContextThread                                  @670
     689;   ZwGetPlugPlayEvent                                  @671
     690;   ZwGetTickCount                                  @672
     691    ZwImpersonateClientOfPort     = _NtImpersonateClientOfPort@16       @673
     692;   ZwImpersonateThread                                 @674
     693;   ZwInitializeRegistry                                @675
     694;   ZwListenChannel                                 @676
     695    ZwListenPort                  = _NtListenPort@8                     @677
     696;   ZwLoadDriver                                        @678
     697;   ZwLoadKey2                                      @679
     698    ZwLoadKey                     = _NtLoadKey@8                @680
     699;   ZwLockFile                                      @681
     700;   ZwLockVirtualMemory                                 @682
     701;   ZwMakeTemporaryObject                               @683
    701702    ZwMapViewOfSection            = _NtMapViewOfSection@40              @684
    702 ;   ZwNotifyChangeDirectoryFile                                                 @685
    703     ZwNotifyChangeKey             = _NtNotifyChangeKey@40                       @686
    704 ;   ZwOpenChannel                                                                               @687
    705     ZwOpenDirectoryObject         = _NtOpenDirectoryObject@12           @688
    706     ZwOpenEvent                   = _NtOpenEvent@12                     @689
    707 ;   ZwOpenEventPair                                                                     @690
    708     ZwOpenFile                    = _NtOpenFile@24                      @691
    709 ;   ZwOpenIoCompletion                                                                  @692
    710     ZwOpenKey                     = _NtOpenKey@12                               @693
    711 ;   ZwOpenMutant                                                                                @694
    712 ;   ZwOpenObjectAuditAlarm                                                              @695
    713 ;   ZwOpenProcess                                                                               @696
    714     ZwOpenProcessToken            = _NtOpenProcessToken@12              @697
    715     ZwOpenSection                 = _NtOpenSection@12                   @698
    716     ZwOpenSemaphore               = _NtOpenSemaphore@12                 @699
    717     ZwOpenSymbolicLinkObject      = _NtQuerySymbolicLinkObject@12       @700
    718 
    719 ;   ZwOpenThread                                                                                @701
     703;   ZwNotifyChangeDirectoryFile                         @685
     704    ZwNotifyChangeKey             = _NtNotifyChangeKey@40           @686
     705;   ZwOpenChannel                                       @687
     706    ZwOpenDirectoryObject         = _NtOpenDirectoryObject@12           @688
     707    ZwOpenEvent                   = _NtOpenEvent@12                     @689
     708;   ZwOpenEventPair                                 @690
     709    ZwOpenFile                    = _NtOpenFile@24                      @691
     710;   ZwOpenIoCompletion                                  @692
     711    ZwOpenKey                     = _NtOpenKey@12               @693
     712;   ZwOpenMutant                                        @694
     713;   ZwOpenObjectAuditAlarm                              @695
     714;   ZwOpenProcess                                       @696
     715    ZwOpenProcessToken            = _NtOpenProcessToken@12              @697
     716    ZwOpenSection                 = _NtOpenSection@12                   @698
     717    ZwOpenSemaphore               = _NtOpenSemaphore@12                 @699
     718    ZwOpenSymbolicLinkObject      = _NtQuerySymbolicLinkObject@12       @700
     719
     720;   ZwOpenThread                                        @701
    720721    ZwOpenThreadToken             = _NtOpenThreadToken@16               @702
    721 ;   ZwOpenTimer                                                                         @703
    722 ;   ZwPlugPlayControl                                                                   @704
    723 ;   ZwPrivilegeCheck                                                                    @705
    724 ;   ZwPrivilegeObjectAuditAlarm                                                 @706
    725 ;   ZwPrivilegedServiceAuditAlarm                                                       @707
    726 ;   ZwProtectVirtualMemory                                                              @708
    727 ;   ZwPulseEvent                                                                                @709
    728 ;   ZwQueryAttributesFile                                                               @710
    729 ;   ZwQueryDefaultLocale                                                                @711
    730     ZwQueryDirectoryFile          = _NtQueryDirectoryFile@44            @712
    731     ZwQueryDirectoryObject        = _NtQueryDirectoryObject@28          @713
    732 ;   ZwQueryEaFile                                                                               @714
    733 ;   ZwQueryEvent                                                                                @715
    734 ;   ZwQueryFullAttributesFile                                                           @716
    735 ;   ZwQueryInformationAtom                                                              @717
    736     ZwQueryInformationFile        = _NtQueryInformationFile@20          @718
    737 ;   ZwQueryInformationPort                                                              @719
    738     ZwQueryInformationProcess     = _NtQueryInformationProcess@20       @720
    739     ZwQueryInformationThread      = _NtQueryInformationThread@20        @721
    740     ZwQueryInformationToken       = _NtQueryInformationToken@20         @722
    741 ;   ZwQueryIntervalProfile                                                              @723
    742 ;   ZwQueryIoCompletion                                                                 @724
    743     ZwQueryKey                    = _NtQueryKey@20                              @725
    744     ZwQueryMultipleValueKey       = _NtQueryMultipleValueKey@24         @726
    745 ;   ZwQueryMutant                                                                               @727
    746     ZwQueryObject                 = _NtQueryObject@20                   @728
    747 ;   ZwQueryOleDirectoryFile                                                             @729
    748     ZwQueryPerformanceCounter     = _NtQueryPerformanceCounter@8        @730
    749     ZwQuerySection                = _NtQuerySection@20                  @731
    750     ZwQuerySecurityObject         = _NtQuerySecurityObject@20           @732
    751     ZwQuerySemaphore              = _NtQuerySemaphore@20                @733
    752     ZwQuerySymbolicLinkObject     = _NtQuerySymbolicLinkObject@12       @734
    753 ;   ZwQuerySystemEnvironmentValue                                                       @735
    754     ZwQuerySystemInformation      = _NtQuerySystemInformation@16        @736
    755     ZwQuerySystemTime             = _NtQuerySystemTime@4                @737
    756 ;   ZwQueryTimer                                                                                @738
    757     ZwQueryTimerResolution        = _NtQueryTimerResolution@12          @739
    758     ZwQueryValueKey               = _NtQueryValueKey@24                 @740
    759 ;   ZwQueryVirtualMemory                                                                @741
    760 ;   ZwQueryVolumeInformationFile                                                        @742
    761 ;   ZwQueueApcThread                                                                    @743
    762     ZwRaiseException              = ___regs_NtRaiseException@16         @744
    763 ;   ZwRaiseHardError                                                                    @745
    764     ZwReadFile                    = _NtReadFile@36                      @746
    765 ;   ZwReadFileScatter                                                                   @747
    766     ZwReadRequestData             = _NtReadRequestData@20             @748
    767 ;   ZwReadVirtualMemory                                                                 @749
     722;   ZwOpenTimer                                     @703
     723;   ZwPlugPlayControl                                   @704
     724;   ZwPrivilegeCheck                                    @705
     725;   ZwPrivilegeObjectAuditAlarm                         @706
     726;   ZwPrivilegedServiceAuditAlarm                           @707
     727;   ZwProtectVirtualMemory                              @708
     728;   ZwPulseEvent                                        @709
     729;   ZwQueryAttributesFile                               @710
     730;   ZwQueryDefaultLocale                                @711
     731    ZwQueryDirectoryFile          = _NtQueryDirectoryFile@44            @712
     732    ZwQueryDirectoryObject        = _NtQueryDirectoryObject@28          @713
     733;   ZwQueryEaFile                                       @714
     734;   ZwQueryEvent                                        @715
     735;   ZwQueryFullAttributesFile                               @716
     736;   ZwQueryInformationAtom                              @717
     737    ZwQueryInformationFile        = _NtQueryInformationFile@20          @718
     738;   ZwQueryInformationPort                              @719
     739    ZwQueryInformationProcess     = _NtQueryInformationProcess@20       @720
     740    ZwQueryInformationThread      = _NtQueryInformationThread@20        @721
     741    ZwQueryInformationToken       = _NtQueryInformationToken@20         @722
     742;   ZwQueryIntervalProfile                              @723
     743;   ZwQueryIoCompletion                                 @724
     744    ZwQueryKey                    = _NtQueryKey@20              @725
     745    ZwQueryMultipleValueKey       = _NtQueryMultipleValueKey@24     @726
     746;   ZwQueryMutant                                       @727
     747    ZwQueryObject                 = _NtQueryObject@20                   @728
     748;   ZwQueryOleDirectoryFile                             @729
     749    ZwQueryPerformanceCounter     = _NtQueryPerformanceCounter@8        @730
     750    ZwQuerySection                = _NtQuerySection@20                  @731
     751    ZwQuerySecurityObject         = _NtQuerySecurityObject@20           @732
     752    ZwQuerySemaphore              = _NtQuerySemaphore@20                @733
     753    ZwQuerySymbolicLinkObject     = _NtQuerySymbolicLinkObject@12       @734
     754;   ZwQuerySystemEnvironmentValue                           @735
     755    ZwQuerySystemInformation      = _NtQuerySystemInformation@16        @736
     756    ZwQuerySystemTime             = _NtQuerySystemTime@4                @737
     757;   ZwQueryTimer                                        @738
     758    ZwQueryTimerResolution        = _NtQueryTimerResolution@12          @739
     759    ZwQueryValueKey               = _NtQueryValueKey@24         @740
     760;   ZwQueryVirtualMemory                                @741
     761;   ZwQueryVolumeInformationFile                            @742
     762;   ZwQueueApcThread                                    @743
     763    ZwRaiseException              = ___regs_NtRaiseException@16     @744
     764;   ZwRaiseHardError                                    @745
     765    ZwReadFile                    = _NtReadFile@36                      @746
     766;   ZwReadFileScatter                                   @747
     767    ZwReadRequestData             = _NtReadRequestData@20             @748
     768;   ZwReadVirtualMemory                                 @749
    768769    ZwRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4    @750
    769 ;   ZwReleaseMutant                                                                     @751
    770     ZwReleaseSemaphore            = _NtReleaseSemaphore@12              @752
    771 ;   ZwRemoveIoCompletion                                                                @753
    772     ZwReplaceKey                  = _NtReplaceKey@12                            @754
    773     ZwReplyPort                   = _NtReplyPort@16                     @755
    774     ZwReplyWaitReceivePort        = _NtReplyWaitReceivePort@16          @756
    775     ZwReplyWaitReplyPort          = _NtReplyWaitReplyPort@16            @757
    776 ;   ZwReplyWaitSendChannel                                                              @758
    777     ZwRequestPort                 = _NtRequestPort@16                   @759
    778     ZwRequestWaitReplyPort        = _NtRequestWaitReplyPort@12          @760
    779     ZwResetEvent                  = _NtResetEvent@4                     @761
    780     ZwRestoreKey                  = _NtRestoreKey@12                            @762
    781     ZwResumeThread                = _NtResumeThread@8                   @763
    782     ZwSaveKey                     = _NtSaveKey@8                                @764
    783 ;   ZwSendWaitReplyChannel                                                              @765
    784 ;   ZwSetContextChannel                                                                 @766
    785 ;   ZwSetContextThread                                                                  @767
    786 ;   ZwSetDefaultHardErrorPort                                                           @768
    787 ;   ZwSetDefaultLocale                                                                  @769
    788 ;   ZwSetEaFile                                                                         @770
    789     ZwSetEvent                    = _NtSetEvent@8                       @771
    790 ;   ZwSetHighEventPair                                                                  @772
    791 ;   ZwSetHighWaitLowEventPair                                                           @773
    792 ;   ZwSetHighWaitLowThread                                                              @774
    793     ZwSetInformationFile          = _NtSetInformationFile@20            @775
    794     ZwSetInformationKey           = _NtSetInformationKey@16                     @776
    795 ;   ZwSetInformationObject                                                              @777
    796     ZwSetInformationProcess       = _NtSetInformationProcess@16         @778
    797     ZwSetInformationThread        = _NtSetInformationThread@16          @779
    798 ;   ZwSetInformationToken                                                               @780
    799     ZwSetIntervalProfile          = _NtSetIntervalProfile@8             @781
    800 ;   ZwSetIoCompletion                                                                   @782
    801 ;   ZwSetLdtEntries                                                                     @783
    802 ;   ZwSetLowEventPair                                                                   @784
    803 ;   ZwSetLowWaitHighEventPair                                                           @785
    804 ;   ZwSetLowWaitHighThread                                                              @786
    805 ;   ZwSetSecurityObject                                                                 @787
    806 ;   ZwSetSystemEnvironmentValue                                                 @788
    807 ;   ZwSetSystemInformation                                                              @789
    808 ;   ZwSetSystemPowerState                                                               @790
    809 ;   ZwSetSystemTime                                                                     @791
    810     ZwSetTimer                    = _NtSetTimer@28                      @792
    811 ;   ZwSetTimerResolution                                                                @793
    812     ZwSetValueKey                 = _NtSetValueKey@24                           @794
    813     ZwSetVolumeInformationFile    = _NtSetVolumeInformationFile@16      @795
    814 ;   ZwShutdownSystem                                                                    @796
    815 ;   ZwSignalAndWaitForSingleObject                                                      @797
    816 ;   ZwStartProfile                                                                      @798
    817 ;   ZwStopProfile                                                                               @799
    818 ;   ZwSuspendThread                                                                     @800
    819 
    820 ;   ZwSystemDebugControl                                                                @801
    821     ZwTerminateProcess            = _NtTerminateProcess@8               @802
    822     ZwTerminateThread             = _NtTerminateThread@8                @803
    823     ZwTestAlert                   = _NtTestAlert@8                      @804
    824 ;   ZwUnloadDriver                                                                      @805
    825     ZwUnloadKey                   = _NtUnloadKey@4                              @806
    826 ;   ZwUnlockFile                                                                                @807
    827 ;   ZwUnlockVirtualMemory                                                               @808
    828 ;   ZwUnmapViewOfSection                                                                @809
    829 ;   ZwVdmControl                                                                                @810
    830 ;   ZwWaitForMultipleObjects                                                            @811
    831     ZwWaitForSingleObject         = _NtWaitForSingleObject@12           @812
    832 ;   ZwWaitHighEventPair                                                                 @813
    833 ;   ZwWaitLowEventPair                                                                  @814
    834 ;   ZwWriteFile                                                                         @815
    835 ;   ZwWriteFileGather                                                                   @816
    836     ZwWriteRequestData            = _NtWriteRequestData@20              @817
    837 ;   ZwWriteVirtualMemory                                                                @818
    838 ;   ZwYieldExecution                                                                    @819
    839     _CIpow                        = _CRTDLL__CIpow                      @820
    840 ;   __eCommonExceptions                                                                 @821
    841 ;   __eEmulatorInit                                                                     @822
    842 ;   __eF2XM1                                                                            @823
    843 ;   __eFABS                                                                                     @824
    844 ;   __eFADD32                                                                           @825
    845 ;   __eFADD64                                                                           @826
    846 ;   __eFADDPreg                                                                         @827
    847 ;   __eFADDreg                                                                          @828
    848 ;   __eFADDtop                                                                          @829
    849 ;   __eFCHS                                                                                     @830
    850 ;   __eFCOM                                                                                     @831
    851 ;   __eFCOM32                                                                           @832
    852 ;   __eFCOM64                                                                           @833
    853 ;   __eFCOMP                                                                            @834
    854 ;   __eFCOMP32                                                                          @835
    855 ;   __eFCOMP64                                                                          @836
    856 ;   __eFCOMPP                                                                           @837
    857 ;   __eFCOS                                                                                     @838
    858 ;   __eFDECSTP                                                                          @839
    859 ;   __eFDIV32                                                                           @840
    860 ;   __eFDIV64                                                                           @841
    861 ;   __eFDIVPreg                                                                         @842
    862 ;   __eFDIVR32                                                                          @843
    863 ;   __eFDIVR64                                                                          @844
    864 ;   __eFDIVRPreg                                                                                @845
    865 ;   __eFDIVRreg                                                                         @846
    866 ;   __eFDIVRtop                                                                         @847
    867 ;   __eFDIVreg                                                                          @848
    868 ;   __eFDIVtop                                                                          @849
    869 ;   __eFFREE                                                                            @850
    870 ;   __eFIADD16                                                                          @851
    871 ;   __eFIADD32                                                                          @852
    872 ;   __eFICOM16                                                                          @853
    873 ;   __eFICOM32                                                                          @854
    874 ;   __eFICOMP16                                                                         @855
    875 ;   __eFICOMP32                                                                         @856
    876 ;   __eFIDIV16                                                                          @857
    877 ;   __eFIDIV32                                                                          @858
    878 ;   __eFIDIVR16                                                                         @859
    879 ;   __eFIDIVR32                                                                         @860
    880 ;   __eFILD16                                                                           @861
    881 ;   __eFILD32                                                                           @862
    882 ;   __eFILD64                                                                           @863
    883 ;   __eFIMUL16                                                                          @864
    884 ;   __eFIMUL32                                                                          @865
    885 ;   __eFINCSTP                                                                          @866
    886 ;   __eFINIT                                                                            @867
    887 ;   __eFIST16                                                                           @868
    888 ;   __eFIST32                                                                           @869
    889 ;   __eFISTP16                                                                          @870
    890 ;   __eFISTP32                                                                          @871
    891 ;   __eFISTP64                                                                          @872
    892 ;   __eFISUB16                                                                          @873
    893 ;   __eFISUB32                                                                          @874
    894 ;   __eFISUBR16                                                                         @875
    895 ;   __eFISUBR32                                                                         @876
    896 ;   __eFLD1                                                                                     @877
    897 ;   __eFLD32                                                                            @878
    898 ;   __eFLD64                                                                            @879
    899 ;   __eFLD80                                                                            @880
    900 ;   __eFLDCW                                                                            @881
    901 ;   __eFLDENV                                                                           @882
    902 ;   __eFLDL2E                                                                           @883
    903 ;   __eFLDLN2                                                                           @884
    904 ;   __eFLDPI                                                                            @885
    905 ;   __eFLDZ                                                                                     @886
    906 ;   __eFMUL32                                                                           @887
    907 ;   __eFMUL64                                                                           @888
    908 ;   __eFMULPreg                                                                         @889
    909 ;   __eFMULreg                                                                          @890
    910 ;   __eFMULtop                                                                          @891
    911 ;   __eFPATAN                                                                           @892
    912 ;   __eFPREM                                                                            @893
    913 ;   __eFPREM1                                                                           @894
    914 ;   __eFPTAN                                                                            @895
    915 ;   __eFRNDINT                                                                          @896
    916 ;   __eFRSTOR                                                                           @897
    917 ;   __eFSAVE                                                                            @898
    918 ;   __eFSCALE                                                                           @899
    919 ;   __eFSIN                                                                                     @900
    920 
    921 ;   __eFSQRT                                                                            @901
    922 ;   __eFST                                                                                      @902
    923 ;   __eFST32                                                                            @903
    924 ;   __eFST64                                                                            @904
    925 ;   __eFSTCW                                                                            @905
    926 ;   __eFSTENV                                                                           @906
    927 ;   __eFSTP                                                                                     @907
    928 ;   __eFSTP32                                                                           @908
    929 ;   __eFSTP64                                                                           @909
    930 ;   __eFSTP80                                                                           @910
    931 ;   __eFSTSW                                                                            @911
    932 ;   __eFSUB32                                                                           @912
    933 ;   __eFSUB64                                                                           @913
    934 ;   __eFSUBPreg                                                                         @914
    935 ;   __eFSUBR32                                                                          @915
    936 ;   __eFSUBR64                                                                          @916
    937 ;   __eFSUBRPreg                                                                                @917
    938 ;   __eFSUBRreg                                                                         @918
    939 ;   __eFSUBRtop                                                                         @919
    940 ;   __eFSUBreg                                                                          @920
    941 ;   __eFSUBtop                                                                          @921
    942 ;   __eFTST                                                                                     @922
    943 ;   __eFUCOM                                                                            @923
    944 ;   __eFUCOMP                                                                           @924
    945 ;   __eFUCOMPP                                                                          @925
    946 ;   __eFXAM                                                                                     @926
    947 ;   __eFXCH                                                                                     @927
    948 ;   __eFXTRACT                                                                          @928
    949 ;   __eFYL2X                                                                            @929
    950 ;   __eFYL2XP1                                                                          @930
    951 ;   __eGetStatusWord                                                                    @931
    952     __isascii                            = _CRTDLL___isascii                    @932
    953     __iscsym                             = _CRTDLL___iscsym                     @933
    954     __iscsymf                            = _CRTDLL___iscsymf                    @934
    955     __toascii                            = _CRTDLL___toascii                    @935
    956     _alldiv                          = _OS2_alldiv                              @936
    957     _allmul                          = _OS2_allmul                              @937
     770;   ZwReleaseMutant                                 @751
     771    ZwReleaseSemaphore            = _NtReleaseSemaphore@12              @752
     772;   ZwRemoveIoCompletion                                @753
     773    ZwReplaceKey                  = _NtReplaceKey@12                @754
     774    ZwReplyPort                   = _NtReplyPort@16                     @755
     775    ZwReplyWaitReceivePort        = _NtReplyWaitReceivePort@16          @756
     776    ZwReplyWaitReplyPort          = _NtReplyWaitReplyPort@16            @757
     777;   ZwReplyWaitSendChannel                              @758
     778    ZwRequestPort                 = _NtRequestPort@16                   @759
     779    ZwRequestWaitReplyPort        = _NtRequestWaitReplyPort@12          @760
     780    ZwResetEvent                  = _NtResetEvent@4                     @761
     781    ZwRestoreKey                  = _NtRestoreKey@12                @762
     782    ZwResumeThread                = _NtResumeThread@8                   @763
     783    ZwSaveKey                     = _NtSaveKey@8                @764
     784;   ZwSendWaitReplyChannel                              @765
     785;   ZwSetContextChannel                                 @766
     786;   ZwSetContextThread                                  @767
     787;   ZwSetDefaultHardErrorPort                               @768
     788;   ZwSetDefaultLocale                                  @769
     789;   ZwSetEaFile                                     @770
     790    ZwSetEvent                    = _NtSetEvent@8                       @771
     791;   ZwSetHighEventPair                                  @772
     792;   ZwSetHighWaitLowEventPair                               @773
     793;   ZwSetHighWaitLowThread                              @774
     794    ZwSetInformationFile          = _NtSetInformationFile@20            @775
     795    ZwSetInformationKey           = _NtSetInformationKey@16         @776
     796;   ZwSetInformationObject                              @777
     797    ZwSetInformationProcess       = _NtSetInformationProcess@16         @778
     798    ZwSetInformationThread        = _NtSetInformationThread@16          @779
     799;   ZwSetInformationToken                               @780
     800    ZwSetIntervalProfile          = _NtSetIntervalProfile@8             @781
     801;   ZwSetIoCompletion                                   @782
     802;   ZwSetLdtEntries                                 @783
     803;   ZwSetLowEventPair                                   @784
     804;   ZwSetLowWaitHighEventPair                               @785
     805;   ZwSetLowWaitHighThread                              @786
     806;   ZwSetSecurityObject                                 @787
     807;   ZwSetSystemEnvironmentValue                         @788
     808;   ZwSetSystemInformation                              @789
     809;   ZwSetSystemPowerState                               @790
     810;   ZwSetSystemTime                                 @791
     811    ZwSetTimer                    = _NtSetTimer@28                      @792
     812;   ZwSetTimerResolution                                @793
     813    ZwSetValueKey                 = _NtSetValueKey@24               @794
     814    ZwSetVolumeInformationFile    = _NtSetVolumeInformationFile@16      @795
     815;   ZwShutdownSystem                                    @796
     816;   ZwSignalAndWaitForSingleObject                          @797
     817;   ZwStartProfile                                  @798
     818;   ZwStopProfile                                       @799
     819;   ZwSuspendThread                                 @800
     820
     821;   ZwSystemDebugControl                                @801
     822    ZwTerminateProcess            = _NtTerminateProcess@8               @802
     823    ZwTerminateThread             = _NtTerminateThread@8                @803
     824    ZwTestAlert                   = _NtTestAlert@8              @804
     825;   ZwUnloadDriver                                  @805
     826    ZwUnloadKey                   = _NtUnloadKey@4              @806
     827;   ZwUnlockFile                                        @807
     828;   ZwUnlockVirtualMemory                               @808
     829;   ZwUnmapViewOfSection                                @809
     830;   ZwVdmControl                                        @810
     831;   ZwWaitForMultipleObjects                                @811
     832    ZwWaitForSingleObject         = _NtWaitForSingleObject@12           @812
     833;   ZwWaitHighEventPair                                 @813
     834;   ZwWaitLowEventPair                                  @814
     835;   ZwWriteFile                                     @815
     836;   ZwWriteFileGather                                   @816
     837    ZwWriteRequestData            = _NtWriteRequestData@20          @817
     838;   ZwWriteVirtualMemory                                @818
     839;   ZwYieldExecution                                    @819
     840    _CIpow                        = _CRTDLL__CIpow                      @820
     841;   __eCommonExceptions                                 @821
     842;   __eEmulatorInit                                 @822
     843;   __eF2XM1                                        @823
     844;   __eFABS                                         @824
     845;   __eFADD32                                       @825
     846;   __eFADD64                                       @826
     847;   __eFADDPreg                                     @827
     848;   __eFADDreg                                      @828
     849;   __eFADDtop                                      @829
     850;   __eFCHS                                         @830
     851;   __eFCOM                                         @831
     852;   __eFCOM32                                       @832
     853;   __eFCOM64                                       @833
     854;   __eFCOMP                                        @834
     855;   __eFCOMP32                                      @835
     856;   __eFCOMP64                                      @836
     857;   __eFCOMPP                                       @837
     858;   __eFCOS                                         @838
     859;   __eFDECSTP                                      @839
     860;   __eFDIV32                                       @840
     861;   __eFDIV64                                       @841
     862;   __eFDIVPreg                                     @842
     863;   __eFDIVR32                                      @843
     864;   __eFDIVR64                                      @844
     865;   __eFDIVRPreg                                        @845
     866;   __eFDIVRreg                                     @846
     867;   __eFDIVRtop                                     @847
     868;   __eFDIVreg                                      @848
     869;   __eFDIVtop                                      @849
     870;   __eFFREE                                        @850
     871;   __eFIADD16                                      @851
     872;   __eFIADD32                                      @852
     873;   __eFICOM16                                      @853
     874;   __eFICOM32                                      @854
     875;   __eFICOMP16                                     @855
     876;   __eFICOMP32                                     @856
     877;   __eFIDIV16                                      @857
     878;   __eFIDIV32                                      @858
     879;   __eFIDIVR16                                     @859
     880;   __eFIDIVR32                                     @860
     881;   __eFILD16                                       @861
     882;   __eFILD32                                       @862
     883;   __eFILD64                                       @863
     884;   __eFIMUL16                                      @864
     885;   __eFIMUL32                                      @865
     886;   __eFINCSTP                                      @866
     887;   __eFINIT                                        @867
     888;   __eFIST16                                       @868
     889;   __eFIST32                                       @869
     890;   __eFISTP16                                      @870
     891;   __eFISTP32                                      @871
     892;   __eFISTP64                                      @872
     893;   __eFISUB16                                      @873
     894;   __eFISUB32                                      @874
     895;   __eFISUBR16                                     @875
     896;   __eFISUBR32                                     @876
     897;   __eFLD1                                         @877
     898;   __eFLD32                                        @878
     899;   __eFLD64                                        @879
     900;   __eFLD80                                        @880
     901;   __eFLDCW                                        @881
     902;   __eFLDENV                                       @882
     903;   __eFLDL2E                                       @883
     904;   __eFLDLN2                                       @884
     905;   __eFLDPI                                        @885
     906;   __eFLDZ                                         @886
     907;   __eFMUL32                                       @887
     908;   __eFMUL64                                       @888
     909;   __eFMULPreg                                     @889
     910;   __eFMULreg                                      @890
     911;   __eFMULtop                                      @891
     912;   __eFPATAN                                       @892
     913;   __eFPREM                                        @893
     914;   __eFPREM1                                       @894
     915;   __eFPTAN                                        @895
     916;   __eFRNDINT                                      @896
     917;   __eFRSTOR                                       @897
     918;   __eFSAVE                                        @898
     919;   __eFSCALE                                       @899
     920;   __eFSIN                                         @900
     921
     922;   __eFSQRT                                        @901
     923;   __eFST                                          @902
     924;   __eFST32                                        @903
     925;   __eFST64                                        @904
     926;   __eFSTCW                                        @905
     927;   __eFSTENV                                       @906
     928;   __eFSTP                                         @907
     929;   __eFSTP32                                       @908
     930;   __eFSTP64                                       @909
     931;   __eFSTP80                                       @910
     932;   __eFSTSW                                        @911
     933;   __eFSUB32                                       @912
     934;   __eFSUB64                                       @913
     935;   __eFSUBPreg                                     @914
     936;   __eFSUBR32                                      @915
     937;   __eFSUBR64                                      @916
     938;   __eFSUBRPreg                                        @917
     939;   __eFSUBRreg                                     @918
     940;   __eFSUBRtop                                     @919
     941;   __eFSUBreg                                      @920
     942;   __eFSUBtop                                      @921
     943;   __eFTST                                         @922
     944;   __eFUCOM                                        @923
     945;   __eFUCOMP                                       @924
     946;   __eFUCOMPP                                      @925
     947;   __eFXAM                                         @926
     948;   __eFXCH                                         @927
     949;   __eFXTRACT                                      @928
     950;   __eFYL2X                                        @929
     951;   __eFYL2XP1                                      @930
     952;   __eGetStatusWord                                    @931
     953    __isascii                = _CRTDLL___isascii            @932
     954    __iscsym                 = _CRTDLL___iscsym             @933
     955    __iscsymf                = _CRTDLL___iscsymf            @934
     956    __toascii                = _CRTDLL___toascii            @935
     957    _alldiv                          = _OS2_alldiv              @936
     958    _allmul                          = _OS2_allmul              @937
    958959    _alloca_probe                    = _alloca_probe                    @938
    959 ;   _allrem                                                                                     @939
    960 ;   _allshl                                                                                     @940
    961 ;   _allshr                                                                                     @941
    962 ;   _atoi64                                                                                     @942
    963 ;   _aulldiv                                                                            @943
    964 ;   _aullrem                                                                            @944
    965 ;   _aullshr                                                                            @945
     960;   _allrem                                         @939
     961;   _allshl                                         @940
     962;   _allshr                                         @941
     963;   _atoi64                                         @942
     964;   _aulldiv                                        @943
     965;   _aullrem                                        @944
     966;   _aullshr                                        @945
    966967    _chkstk                          = _chkstk                          @946
    967 ;   _fltused                                                                            @947
    968     _ftol                         = _CRTDLL__ftol                       @948
    969 ;    _i64toa                                = _MSVCRT__i64toa                           @949
    970 ;    _i64tow                                = _MSVCRT__i64tow                           @950
    971     _itoa                         = _CRTDLL__itoa                               @951
    972     _itow                         = _CRTDLL__itow                               @952
    973     _ltoa                         = _CRTDLL__ltoa                       @953
    974 ;    _ltow                         = _MSVCRT__ltow                              @954
    975     _memccpy                        = _CRTDLL__memccpy                          @955
     968;   _fltused                                        @947
     969    _ftol                         = _CRTDLL__ftol                       @948
     970;    _i64toa                    = _MSVCRT__i64toa               @949
     971;    _i64tow                    = _MSVCRT__i64tow               @950
     972    _itoa                         = _CRTDLL__itoa               @951
     973    _itow                         = _CRTDLL__itow               @952
     974    _ltoa                         = _CRTDLL__ltoa                       @953
     975;    _ltow                         = _MSVCRT__ltow                          @954
     976    _memccpy                = _CRTDLL__memccpy              @955
    976977    _memicmp                      = _CRTDLL__memicmp                    @956
    977978    _snprintf                     = _CRTDLL__snprintf                   @957
     
    979980    _splitpath                    = _CRTDLL__splitpath                  @959
    980981    _strcmpi                      = _CRTDLL__strcmpi                    @960
    981     _stricmp                      = _CRTDLL__stricmp                            @961
     982    _stricmp                      = _CRTDLL__stricmp                @961
    982983    _strlwr                       = _CRTDLL__strlwr                     @962
    983984    _strnicmp                     = _CRTDLL__strnicmp                   @963
    984985    _strupr                       = _CRTDLL__strupr                     @964
    985     _tolower                        = _CRTDLL__tolower                          @965
    986     _toupper                        = _CRTDLL__toupper                          @966
     986    _tolower                = _CRTDLL__tolower              @965
     987    _toupper                = _CRTDLL__toupper              @966
    987988    _ultoa                        = _CRTDLL__ultoa                      @967
    988 ;    _ultow                        = _MSVCRT__ultow                             @968
     989;    _ultow                        = _MSVCRT__ultow                         @968
    989990    _vsnprintf                    = _CRTDLL__vsnprintf                  @969
    990991    _wcsicmp                      = _CRTDLL__wcsicmp                    @970
     
    993994    _wcsupr                       = _CRTDLL__wcsupr                     @973
    994995    _wtoi                         = _CRTDLL__wtoi                       @974
    995 ;    _wtoi64                                = _MSVCRT__wtoi64                           @975
     996;    _wtoi64                    = _MSVCRT__wtoi64               @975
    996997    _wtol                         = _CRTDLL__wtol                       @976
    997998    abs                           = _CRTDLL_abs                         @977
     
    10031004    fabs                          = _CRTDLL_fabs                        @983
    10041005    floor                         = _CRTDLL_floor                       @984
    1005     isalnum                                 = _CRTDLL_isalnum                           @985
     1006    isalnum                 = _CRTDLL_isalnum               @985
    10061007    isalpha                       = _CRTDLL_isalpha                     @986
    1007     iscntrl                                 = _CRTDLL_iscntrl                           @987
     1008    iscntrl                 = _CRTDLL_iscntrl               @987
    10081009    isdigit                       = _CRTDLL_isdigit                     @988
    1009     isgraph                                 = _CRTDLL_isgraph                           @989
     1010    isgraph                 = _CRTDLL_isgraph               @989
    10101011    islower                       = _CRTDLL_islower                     @990
    10111012    isprint                       = _CRTDLL_isprint                     @991
    1012     ispunct                                 = _CRTDLL_ispunct                           @992
     1013    ispunct                 = _CRTDLL_ispunct               @992
    10131014    isspace                       = _CRTDLL_isspace                     @993
    10141015    isupper                       = _CRTDLL_isupper                     @994
     
    10171018    isxdigit                      = _CRTDLL_isxdigit                    @997
    10181019    labs                          = _CRTDLL_labs                        @998
    1019     log                           = _CRTDLL_log                         @999
    1020     mbstowcs                      = _CRTDLL_mbstowcs                    @1000
    1021 
    1022     memchr                        = _CRTDLL_memchr                      @1001
    1023     memcmp                        = _CRTDLL_memcmp                      @1002
     1020    log                           = _CRTDLL_log                         @999
     1021    mbstowcs                      = _CRTDLL_mbstowcs                    @1000
     1022
     1023    memchr                        = _CRTDLL_memchr                      @1001
     1024    memcmp                        = _CRTDLL_memcmp                      @1002
    10241025    memcpy                        = _CRTDLL_memcpy                      @1003
    10251026    memmove                       = _CRTDLL_memmove                     @1004
    1026     memset                        = _CRTDLL_memset                      @1005
    1027     pow                           = _CRTDLL_pow                         @1106
     1027    memset                        = _CRTDLL_memset                      @1005
     1028    pow                           = _CRTDLL_pow                         @1106
    10281029    qsort                         = _CRTDLL_qsort                       @1007
    1029     sin                           = _CRTDLL_sin                         @1008
     1030    sin                           = _CRTDLL_sin                         @1008
    10301031    sprintf                       = _CRTDLL_sprintf                     @1009
    1031     sqrt                          = _CRTDLL_sqrt                        @1010
    1032     sscanf                        = _CRTDLL_sscanf                      @1011
     1032    sqrt                          = _CRTDLL_sqrt                        @1010
     1033    sscanf                        = _CRTDLL_sscanf                      @1011
    10331034    strcat                        = _CRTDLL_strcat                      @1012
    10341035    strchr                        = _CRTDLL_strchr                      @1013
     
    10441045    strspn                        = _CRTDLL_strspn                      @1023
    10451046    strstr                        = _CRTDLL_strstr                      @1024
    1046     strtol                                  = _CRTDLL_strtol                            @1025
    1047     strtoul                                 = _CRTDLL_strtoul                           @1026
     1047    strtol                  = _CRTDLL_strtol                @1025
     1048    strtoul                 = _CRTDLL_strtoul               @1026
    10481049    swprintf                      = _CRTDLL_swprintf                    @1027
    10491050    tan                           = _CRTDLL_tan                         @1028
     
    10571058    wcscmp                        = _CRTDLL_wcscmp                      @1036
    10581059    wcscpy                        = _CRTDLL_wcscpy                      @1037
    1059     wcscspn                       = _CRTDLL_wcscspn                             @1038
     1060    wcscspn                       = _CRTDLL_wcscspn             @1038
    10601061    wcslen                        = _CRTDLL_wcslen                      @1039
    10611062    wcsncat                       = _CRTDLL_wcsncat                     @1040
     
    10651066    wcsrchr                       = _CRTDLL_wcsrchr                     @1044
    10661067    wcsspn                        = _CRTDLL_wcsspn                      @1045
    1067     wcsstr                        = _CRTDLL_wcsstr                              @1046
     1068    wcsstr                        = _CRTDLL_wcsstr              @1046
    10681069    wcstol                        = _CRTDLL_wcstol                      @1047
    10691070    wcstombs                      = _CRTDLL_wcstombs                    @1048
Note: See TracChangeset for help on using the changeset viewer.