CwGetCurrentView

Syntax:

handle = CwGetCurrentView()

        handle          (handle) The handle of the current view.

Description:

This function returns the handle of the currently active view.

Example:

handle=CwGetCurrentView()
call CwStopRender handle
call doSomeComplexDrawingStuff
call CwStartRender handle
call CwWaitOnRender handle


Functions by NAME

Index

Functions by PURPOSE