MCPcopy Create free account
hub / github.com/ThirteenAG/WidescreenFixesPack / CreateThreadAutoClose

Function CreateThreadAutoClose

includes/stdafx.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void CreateThreadAutoClose(LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId)
157{
158 CloseHandle(CreateThread(lpThreadAttributes, dwStackSize, lpStartAddress, lpParameter, dwCreationFlags, lpThreadId));
159}
160
161bool IsModuleUAL(HMODULE mod)
162{

Callers 4

InitFunction · 0.85
InitGtaClassicsSteamFunction · 0.85
InitLondonRetailFunction · 0.85
InitGtaRetailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected