ReactOS 0.4.15-dev-7924-g5949c20
bits.idl File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  IBackgroundCopyFile
 
struct  IBackgroundCopyFile::_BG_FILE_PROGRESS
 
interface  IEnumBackgroundCopyFiles
 
interface  IBackgroundCopyError
 
interface  IBackgroundCopyJob
 
struct  IBackgroundCopyJob::_BG_FILE_INFO
 
struct  IBackgroundCopyJob::_BG_JOB_PROGRESS
 
struct  IBackgroundCopyJob::_BG_JOB_TIMES
 
interface  IEnumBackgroundCopyJobs
 
interface  IBackgroundCopyCallback
 
interface  IBackgroundCopyManager
 
class  BackgroundCopyManager::BackgroundCopyManager
 

Modules

library  BackgroundCopyManager
 

Macros

#define BG_ENUM_SIZEIS(maxcount)   maxcount
 
#define BG_ENUM_LENGTHIS(maxcount, lengthptr)   lengthptr ? *lengthptr : maxcount
 

Macro Definition Documentation

◆ BG_ENUM_LENGTHIS

#define BG_ENUM_LENGTHIS (   maxcount,
  lengthptr 
)    lengthptr ? *lengthptr : maxcount

Definition at line 40 of file bits.idl.

◆ BG_ENUM_SIZEIS

#define BG_ENUM_SIZEIS (   maxcount)    maxcount

Definition at line 39 of file bits.idl.