Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::Core::Stream::RgbDataDstWin::Valid (  )  [inline, virtual]

Reimplemented from Impala::Core::Stream::RgbDataDst.

Definition at line 27 of file RgbDataDstWin.h.

References mWinHandle.

00028     {
00029         if (mWinHandle == 0)
00030             return false;
00031         return true;
00032     }


Generated on Thu Jan 13 09:20:26 2011 for ImpalaSrc by  doxygen 1.5.1