ReactOS 0.4.15-dev-7958-gcd0bb1a
tagSHLWAPI_THREAD_INFO Struct Reference
Collaboration diagram for tagSHLWAPI_THREAD_INFO:

Public Attributes

LPTHREAD_START_ROUTINE pfnThreadProc
 
LPTHREAD_START_ROUTINE pfnCallback
 
PVOID pData
 
BOOL bInitCom
 
HANDLE hEvent
 
IUnknownrefThread
 
IUnknownrefIE
 

Detailed Description

Definition at line 112 of file thread.c.

Member Data Documentation

◆ bInitCom

BOOL tagSHLWAPI_THREAD_INFO::bInitCom

Definition at line 117 of file thread.c.

Referenced by SHCreateThread(), and SHLWAPI_ThreadWrapper().

◆ hEvent

HANDLE tagSHLWAPI_THREAD_INFO::hEvent

Definition at line 118 of file thread.c.

Referenced by SHCreateThread(), and SHLWAPI_ThreadWrapper().

◆ pData

PVOID tagSHLWAPI_THREAD_INFO::pData

Definition at line 116 of file thread.c.

Referenced by SHCreateThread(), and SHLWAPI_ThreadWrapper().

◆ pfnCallback

LPTHREAD_START_ROUTINE tagSHLWAPI_THREAD_INFO::pfnCallback

Definition at line 115 of file thread.c.

Referenced by SHCreateThread(), and SHLWAPI_ThreadWrapper().

◆ pfnThreadProc

LPTHREAD_START_ROUTINE tagSHLWAPI_THREAD_INFO::pfnThreadProc

Definition at line 114 of file thread.c.

Referenced by SHCreateThread(), and SHLWAPI_ThreadWrapper().

◆ refIE

IUnknown* tagSHLWAPI_THREAD_INFO::refIE

Definition at line 120 of file thread.c.

Referenced by SHCreateThread(), and SHLWAPI_ThreadWrapper().

◆ refThread

IUnknown* tagSHLWAPI_THREAD_INFO::refThread

Definition at line 119 of file thread.c.

Referenced by SHCreateThread(), and SHLWAPI_ThreadWrapper().


The documentation for this struct was generated from the following file: