#include <rndctrl.h>
Inheritance diagram for RenderControl:
Public Member Functions | |
RenderControl () | |
Default Constructor for RenderControl Class. | |
BOOL | StopRendering () |
Called by a rendering routine to determine whether it should stop or not. |
Definition at line 121 of file rndctrl.h.
|
Default Constructor for RenderControl Class.
Definition at line 127 of file rndctrl.cpp.
|
|
Called by a rendering routine to determine whether it should stop or not.
Definition at line 147 of file rndctrl.cpp. 00148 { 00149 return FALSE; // Force foreground rendering for now !! 00150 }
|