ReactOS 0.4.15-dev-7924-g5949c20
_PROGRESS_DATA Struct Reference
Collaboration diagram for _PROGRESS_DATA:

Public Attributes

HWND hDlg
 
HWND hProgress
 
LPWSTR ServiceName
 
ULONG Action
 
BOOL StopDepends
 
LPWSTR ServiceList
 
PVOID Param
 

Detailed Description

Definition at line 17 of file progress.c.

Member Data Documentation

◆ Action

ULONG _PROGRESS_DATA::Action

Definition at line 22 of file progress.c.

Referenced by ActionThread(), and RunActionWithProgress().

◆ hDlg

HWND _PROGRESS_DATA::hDlg

Definition at line 19 of file progress.c.

Referenced by ActionThread(), InitProgressDialog(), and RunActionWithProgress().

◆ hProgress

HWND _PROGRESS_DATA::hProgress

Definition at line 20 of file progress.c.

Referenced by ActionThread(), and InitProgressDialog().

◆ Param

PVOID _PROGRESS_DATA::Param

Definition at line 25 of file progress.c.

Referenced by ActionThread(), and RunActionWithProgress().

◆ ServiceList

LPWSTR _PROGRESS_DATA::ServiceList

Definition at line 24 of file progress.c.

Referenced by ActionThread(), and RunActionWithProgress().

◆ ServiceName

LPWSTR _PROGRESS_DATA::ServiceName

Definition at line 21 of file progress.c.

Referenced by ActionThread(), and RunActionWithProgress().

◆ StopDepends

BOOL _PROGRESS_DATA::StopDepends

Definition at line 23 of file progress.c.

Referenced by ActionThread(), and RunActionWithProgress().


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