|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HWND | hDlg |
| HWND | hProgress |
| LPWSTR | ServiceName |
| ULONG | Action |
| BOOL | StopDepends |
| LPWSTR | ServiceList |
| PVOID | Param |
Definition at line 17 of file progress.c.
| ULONG _PROGRESS_DATA::Action |
Definition at line 22 of file progress.c.
Referenced by ActionThread(), and RunActionWithProgress().
| HWND _PROGRESS_DATA::hDlg |
Definition at line 19 of file progress.c.
Referenced by ActionThread(), InitProgressDialog(), and RunActionWithProgress().
| HWND _PROGRESS_DATA::hProgress |
Definition at line 20 of file progress.c.
Referenced by ActionThread(), and InitProgressDialog().
| PVOID _PROGRESS_DATA::Param |
Definition at line 25 of file progress.c.
Referenced by ActionThread(), and RunActionWithProgress().
| LPWSTR _PROGRESS_DATA::ServiceList |
Definition at line 24 of file progress.c.
Referenced by ActionThread(), and RunActionWithProgress().
| LPWSTR _PROGRESS_DATA::ServiceName |
Definition at line 21 of file progress.c.
Referenced by ActionThread(), and RunActionWithProgress().
| BOOL _PROGRESS_DATA::StopDepends |
Definition at line 23 of file progress.c.
Referenced by ActionThread(), and RunActionWithProgress().