Determines if the thread indicated by ThreadId is in the group indicated by GroupSidString.
bool
FesfUtil2IsThreadIdInSid(uint32_t ThreadId,
std::wstring_view GroupSidString);
DWORD
FesfUtil2IsThreadIdInSid_C(
[in]_DWORD ThreadId,
[in] LPCWSTR GroupSidString,
[out] BOOL* ThreadIsInSid);
ThreadId
Thread ID of the thread to check.
GroupSidString
String containing a SID to check for membership.
Returns 'true' if ThreadId is a member of group GroupSidString, 'false' otherwise.
IFesfUtil:: IsThreadIdInSid