Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_wrelease() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_WRELEASE()

 DESCRIPTION

 The C_WRELEASE() function releases a ClipOn window and the memory
 the window occupies. (Refer to Chapter 3 for a complete discussion
 about ClipOn windows.)

 NOTES

 The numeric reference for the ClipOn window is a pointer to the
 window in memory.  Be careful not to change the value of this
 pointer, or the window will be unaccessible.

 SYNTAX

 C_WRELEASE(window)

 PARAMETERS

 window (N) is the numeric reference variable for the ClipOn window.

 RETURNS

 There is no return value.

 EXAMPLES

 w1 = c_wsave(10,10,20,70)     && Creates window
 ...
 ...                           && Do window routine
 ...
 c_wrelease(w1)                && Release window


See Also: C_WRESTORE() C_WINDOW() C_WSAVE() C_WREAD() C_WIMPLODE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson