From: short <> Date: Tue, 25 Mar 2003 00:37:47 +0000 (+0000) Subject: +RtlInsertElementGenericTableFullAvl() X-Git-Tag: captive-0_2~89 X-Git-Url: http://git.jankratochvil.net/?a=commitdiff_plain;h=04aec0c6317310ba4d6103788b49cee3f48ca0cc;p=captive.git +RtlInsertElementGenericTableFullAvl() +RtlLookupElementGenericTableFullAvl() +KeAcquireQueuedSpinLock() +KeReleaseQueuedSpinLock() +IoCreateStreamFileObjectLite() --- diff --git a/src/libcaptive/ke/exports.def b/src/libcaptive/ke/exports.def index 5d34400..7013c6a 100644 --- a/src/libcaptive/ke/exports.def +++ b/src/libcaptive/ke/exports.def @@ -21,8 +21,10 @@ EXPORTS ExFreePoolWithTag@8 RtlInsertElementGenericTable@16 RtlInsertElementGenericTableFull@24 +RtlInsertElementGenericTableFullAvl@24 RtlLookupElementGenericTable@8 RtlLookupElementGenericTableFull@16 +RtlLookupElementGenericTableFullAvl@16 RtlEnumerateGenericTableWithoutSplaying@8 RtlInitializeGenericTable@20 RtlInitializeGenericTableAvl@20 @@ -55,3 +57,6 @@ VerSetConditionMask@16 RtlVerifyVersionInfo@16 RtlGetVersion@4 PoQueueShutdownWorkItem@4 +@KeAcquireQueuedSpinLock@4 +@KeReleaseQueuedSpinLock@8 +IoCreateStreamFileObjectLite@8