Searched defs:function (Results 1 – 2 of 2) sorted by relevance
53 FARPROC function = ::GetProcAddress(hModule, lpProcName); in DLLFunction() local
47 T FunctionPointer(void *function) noexcept { in FunctionPointer()