ReactOS 0.4.16-dev-41-ge8c7597
|
Public Attributes | |
IBackgroundCopyError | IBackgroundCopyError_iface |
LONG | refs |
BG_ERROR_CONTEXT | context |
HRESULT | code |
IBackgroundCopyFile2 * | file |
HRESULT copy_error::code |
Definition at line 49 of file job.c.
Referenced by create_copy_error().
BG_ERROR_CONTEXT copy_error::context |
Definition at line 48 of file job.c.
Referenced by create_copy_error().
IBackgroundCopyFile2* copy_error::file |
Definition at line 50 of file job.c.
Referenced by BackgroundCopyJob_AddFile(), BackgroundCopyJob_AddFileSet(), BackgroundCopyJob_Cancel(), BackgroundCopyJob_Complete(), create_copy_error(), and processJob().
IBackgroundCopyError copy_error::IBackgroundCopyError_iface |
Definition at line 46 of file job.c.
Referenced by impl_from_IBackgroundCopyError().
LONG copy_error::refs |
Definition at line 47 of file job.c.
Referenced by copy_error_AddRef(), and copy_error_Release().