Searched defs:function_address_holder (Results 1 – 1 of 1) sorted by relevance
889 struct function_address_holder struct891 enum { NtSetInformationFile901 enum { NtDll_dll, Kernel32_dll, NumModule };904 static const char *FunctionNames[NumFunction];905 static const char *ModuleNames[NumModule];906 static farproc_t FunctionAddresses[NumFunction];907 static unsigned int FunctionModules[NumFunction];908 static volatile long FunctionStates[NumFunction];909 static hmodule ModuleAddresses[NumModule];910 static volatile long ModuleStates[NumModule];[all …]