#include "precomp.h"
Go to the source code of this file.
Functions | |
int | GetHmodTableIndex (PUNICODE_STRING pstrLibName) |
VOID | AddHmodDependency (int iatom) |
VOID | RemoveHmodDependency (int iatom) |
HANDLE | xxxLoadHmodIndex (int iatom, BOOL bWx86KnownDll) |
VOID | xxxDoSysExpunge (PTHREADINFO pti) |
Variables | |
int | catomSysTableEntries |
ATOM | aatomSysLoaded [CLIBS] |
int | acatomSysUse [CLIBS] |
int | acatomSysDepends [CLIBS] |
|
Definition at line 136 of file libmgmt.c. References acatomSysDepends, catomSysTableEntries, and VOID(). Referenced by _SetWinEventHook(), and zzzSetWindowsHookEx().
|
|
Definition at line 53 of file libmgmt.c. References aatomSysLoaded, acatomSysDepends, acatomSysUse, catomSysTableEntries, CLIBS, FALSE, ProbeAndReadUnicodeString, ProbeForReadUnicodeStringBuffer, UserAddAtom(), and UserDeleteAtom(). Referenced by _SetWinEventHook(), and zzzSetWindowsHookEx().
|
|
Definition at line 158 of file libmgmt.c. References aatomSysLoaded, acatomSysDepends, acatomSysUse, catomSysTableEntries, gcSysExpunge, gdwSysExpungeMask, and VOID(). Referenced by DestroyEventHook(), and FreeHook().
|
|
Definition at line 253 of file libmgmt.c. References aatomSysLoaded, acatomSysDepends, acatomSysUse, tagPROCESSINFO::ahmodLibLoaded, catomSysTableEntries, CLEARHMODLOADED, ClientFreeLibrary(), tagPROCESSINFO::cSysExpunge, gcSysExpunge, gdwSysExpungeMask, tagTHREADINFO::ppi, TESTHMODLOADED, UserDeleteAtom(), and VOID(). Referenced by xxxInternalGetMessage(), and xxxSleepThread().
|
|
Definition at line 192 of file libmgmt.c. References aatomSysLoaded, acatomSysUse, tagPROCESSINFO::ahmodLibLoaded, catomSysTableEntries, ClientFreeLibrary(), ClientLoadLibrary(), gptiRit, MAX_PATH, NULL, tagTHREADINFO::ppi, PtiCurrent, RtlInitUnicodeString(), SETHMODLOADED, TESTHMODLOADED, and UserGetAtomName(). Referenced by xxxCallHook2(), and xxxGetEventProc().
|
|
Definition at line 29 of file libmgmt.c. Referenced by GetHmodTableIndex(), RemoveHmodDependency(), xxxDoSysExpunge(), and xxxLoadHmodIndex(). |
|
Definition at line 39 of file libmgmt.c. Referenced by AddHmodDependency(), GetHmodTableIndex(), RemoveHmodDependency(), and xxxDoSysExpunge(). |
|
Definition at line 34 of file libmgmt.c. Referenced by GetHmodTableIndex(), RemoveHmodDependency(), xxxDoSysExpunge(), and xxxLoadHmodIndex(). |
|
Definition at line 23 of file libmgmt.c. Referenced by AddHmodDependency(), GetHmodTableIndex(), RemoveHmodDependency(), xxxDoSysExpunge(), and xxxLoadHmodIndex(). |