Home
last modified time | relevance | path

Searched defs:function_address_holder (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp889 struct function_address_holder struct
891 enum { NtSetInformationFile
901 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 …]