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

void Impala::Application::VideoExcel::TableViewCache::SetViewUserData ( OGLVIEW *  oglView,
int  data1,
int  data2 
) [inline, private]

Definition at line 175 of file TableViewCache.h.

Referenced by AddDelayLoad(), Init(), and ProcessDelayLoad().

00176     {
00177         if (!oglView) return;
00178         oglView->UserData1 = (void *) data1;
00179         oglView->UserData2 = (void *) data2;
00180     }


Generated on Thu Jan 13 09:16:49 2011 for ImpalaSrc by  doxygen 1.5.1