RenderWare V2.1

Previous Page Index Next Page

RwCamera *

RwShowCameraImage(RwCamera *cam, void *param);

Arguments

param A handle to the output device context. For example;

hdc = GetDC(hwnd);
RwShowCameraImage(cam, (void *)hdc);
ReleaseDC(hwnd, hdc);