#include <shlwapi.h>
Go to the source code of this file.
Typedefs | |
using | OSModuleHandle = intptr_t |
Functions | |
OSModuleHandle | getOSModuleHandle (const void *VirtAddr) |
Variables | |
constexpr OSModuleHandle | ExeModuleHandle = -1 |
using OSModuleHandle = intptr_t |
Definition at line 13 of file windows_os_utils.hpp.
|
inline |
Definition at line 15 of file windows_os_utils.hpp.
References ExeModuleHandle.
Referenced by sycl::_V1::detail::ur::getCurrentDSODirPath().
|
constexpr |
Definition at line 14 of file windows_os_utils.hpp.
Referenced by sycl::_V1::detail::ur::getCurrentDSODirPath(), and getOSModuleHandle().