MGL_wmDestroy

Destroys window manager.

Declaration

void MGLAPI MGL_wmDestroy(
    winmng_t *wm)

Prototype In

mgraph.h

Parameters

wm

window manager to destroy

 

Description

This function destroys the window manager object and all windows managed by it. It doesn't destroy associated device context.

You must call this function before you destroy associated DC.

See Also

MGL_wmCreate

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com