Go to the source code of this file.
|
std::uintptr_t | SKSE::GetIATAddr (std::string_view a_dll, std::string_view a_function) |
|
std::uintptr_t | SKSE::GetIATAddr (REX::W32::HMODULE a_module, std::string_view a_dll, std::string_view a_function) |
|
void * | SKSE::GetIATPtr (std::string_view a_dll, std::string_view a_function) |
|
void * | SKSE::GetIATPtr (REX::W32::HMODULE a_module, std::string_view a_dll, std::string_view a_function) |
|
std::uintptr_t | SKSE::PatchIAT (std::uintptr_t a_newFunc, std::string_view a_dll, std::string_view a_function) |
|
template<class F > |
std::uintptr_t | SKSE::PatchIAT (F a_newFunc, std::string_view a_dll, std::string_view a_function) |
|