DPC++ Runtime
Runtime libraries for oneAPI DPC++
windows_os_utils.hpp File Reference
#include <shlwapi.h>
Include dependency graph for windows_os_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using OSModuleHandle = intptr_t
 

Functions

OSModuleHandle getOSModuleHandle (const void *VirtAddr)
 

Variables

constexpr OSModuleHandle ExeModuleHandle = -1
 

Typedef Documentation

◆ OSModuleHandle

using OSModuleHandle = intptr_t

Definition at line 13 of file windows_os_utils.hpp.

Function Documentation

◆ getOSModuleHandle()

OSModuleHandle getOSModuleHandle ( const void *  VirtAddr)
inline

Definition at line 15 of file windows_os_utils.hpp.

References ExeModuleHandle.

Referenced by sycl::_V1::detail::pi::getCurrentDSODirPath().

Variable Documentation

◆ ExeModuleHandle

constexpr OSModuleHandle ExeModuleHandle = -1
constexpr