Table of Contents

 
UnlockSurface
 

Purpose

Unlocks the primary surface

 

Protoype

void CVideo::UnlockSurface ()
 

Description

This function unlocks the main surface. You should do this before making any framework or system function calls.

 

Use

CVideo video.
video.UnlockSurface();
 

Prev: StartUpFPS