Given a Thread ID, returns a fully qualified path to the thread's executable image.
std::wstring
FesfUtil2GetExecutablePathForThreadId(uint32_t ThreadId);
DWORD
FesfUtil2GetExecutablePathForThreadId_C(
[in] DWORD ThreadId,
[out] LPWSTR
ReturnedPath,
[out] DWORD* PathBufferSize);
ThreadId
Thread ID for which to locate the executable.
A fully qualified path to the Thread Id's executable image.
Throws an FEU2Exception if an error is encountered.
IFesfUtil:: GetExecutablePathForThreadId