Function gpa::system::GetModulePath
Defined in File module.h
Function Documentation
-
size_t gpa::system::GetModulePath(void *symbolAddrInModule, TCHAR *outPath, size_t outPathSize)
Fetch absolute pathname of module containing given symbol address.
- Parameters
symbolAddrInModule -- Address of symbol or function contained within target module
outPath -- Buffer to store absolute pathname of module
outPathSize -- Number of bytes (including space for null terminator) in outPath
- Returns
Number of bytes actually stored in outPath