tagCaptureInfo Struct Reference

#include <capturemanager.h>

List of all members.

Public Member Functions

 tagCaptureInfo ()
 tagCaptureInfo (CaptureType cctype, CaptureFlags ccflags)
 tagCaptureInfo (CaptureType cctype, UINT32 ccflags)

Public Attributes

CaptureType caType
CaptureFlags caFlags


Detailed Description

Definition at line 218 of file capturemanager.h.


Constructor & Destructor Documentation

tagCaptureInfo::tagCaptureInfo  )  [inline]
 

Definition at line 220 of file capturemanager.h.

tagCaptureInfo::tagCaptureInfo CaptureType  cctype,
CaptureFlags  ccflags
[inline]
 

Definition at line 221 of file capturemanager.h.

00221 {caType=cctype; caFlags=ccflags;}

tagCaptureInfo::tagCaptureInfo CaptureType  cctype,
UINT32  ccflags
[inline]
 

Definition at line 222 of file capturemanager.h.

00222 {caType=cctype; caFlags=CaptureFlags(ccflags);}


Member Data Documentation

CaptureFlags tagCaptureInfo::caFlags
 

Definition at line 225 of file capturemanager.h.

CaptureType tagCaptureInfo::caType
 

Definition at line 224 of file capturemanager.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 10 04:01:40 2007 for Camelot by  doxygen 1.4.4