Alex Ionescu wrote:
[snip]
I haven't seen any STDCALL Ex functions in
NTOSKRNL, please point them
out to me.
[snip]
ExInterlockedFlushSList -> FASTCALL
ExInterlockedPopEntrySList -> FASTCALL
ExInterlockedPushEntrySList -> FASTCALL
ExfInterlockedInsertHeadList -> FASTCALL
ExInterlockedInsertHeadList -> STDCALL
ExfInterlockedInsertTailList -> FASTCALL
ExInterlockedInsertTailList -> STDCALL
ExfInterlockedRemoveHeadList -> FASTCALL
ExInterlockedRemoveHeadList -> STDCALL
ExfInterlockedPopEntryList -> FASTCALL
ExInterlockedPopEntryList -> STDCALL
ExfInterlockedPushEntryList -> FASTCALL
ExInterlockedPushEntryList -> STDCALL
ExfInterlockedAddUlong -> FASTCALL
ExInterlockedAddUlong -> STDCALL
Exfi386InterlockedIncrementLong -> FASTCALL
Exi386InterlockedIncrementLong -> STDCALL
Exfi386InterlockedDecrementLong -> FASTCALL
Exi386InterlockedDecrementLong -> STDCALL
Exfi386InterlockedExchangeUlong -> FASTCALL
Exi386InterlockedExchangeUlong -> STDCALL
ExfInterlockedCompareExchange64 -> FASTCALL
ExInterlockedCompareExchange64 -> !FASTCALL!
ExInterlockedAddLargeInteger -> STDCALL
ExInterlockedIncrementLong -> STDCALL
ExInterlockedDecrementLong -> STDCALL
ExInterlockedExchangeUlong -> STDCALL
ExInterlockedAddLargeStatistic -> FASTCALL
ExInterlockedExtendZone -> STDCALL
Regards,
Filip