ReactOS 0.4.15-dev-5893-g1bb4167
|
Public Attributes | |
PSETUPDATA | pSetupData |
HWND | hWndItem |
HWND | hWndProgress |
ULONG | TotalOperations |
ULONG | CompletedOperations |
PPROGRESSBAR | ProgressBar |
PPROGRESSBAR | MemoryBars [4] |
ULONG _COPYCONTEXT::CompletedOperations |
Definition at line 981 of file reactos.c.
Referenced by FileCopyCallback(), FileCopyPage(), and PrepareAndDoCopyThread().
HWND _COPYCONTEXT::hWndItem |
Definition at line 978 of file reactos.c.
Referenced by FileCopyCallback(), and PrepareAndDoCopyThread().
HWND _COPYCONTEXT::hWndProgress |
Definition at line 979 of file reactos.c.
Referenced by FileCopyCallback(), and PrepareAndDoCopyThread().
PPROGRESSBAR _COPYCONTEXT::MemoryBars[4] |
Definition at line 3559 of file usetup.c.
Referenced by FileCopyPage().
PPROGRESSBAR _COPYCONTEXT::ProgressBar |
Definition at line 3558 of file usetup.c.
Referenced by FileCopyCallback(), and FileCopyPage().
PSETUPDATA _COPYCONTEXT::pSetupData |
Definition at line 977 of file reactos.c.
Referenced by FileCopyCallback(), and PrepareAndDoCopyThread().
ULONG _COPYCONTEXT::TotalOperations |
Definition at line 980 of file reactos.c.
Referenced by FileCopyCallback(), FileCopyPage(), and PrepareAndDoCopyThread().