| 693 | |
| 694 | template<class F = T> |
| 695 | LAZY_IMPORTER_FORCEINLINE static F nt_safe() noexcept |
| 696 | { |
| 697 | return in_safe<F>(ldr_data_entry()->load_order_next()->DllBase); |
| 698 | } |
| 699 | |
| 700 | template<class F = T> |
| 701 | LAZY_IMPORTER_FORCEINLINE static F nt_cached() noexcept |
nothing calls this directly
no test coverage detected