Programming guideline of WinDom
- NAME
-
FrameInit() - Initialization of the frame environment.
- PROTOTYPAGE
-
void FrameInit( void);
- DESCRIPTION
-
This function initializes the frame environment. When the
frame environ is not used, the code size is smaller. From WinDom
version of January 1998, the function is required. The frame
environ should be released with FrameExit().
- SEE ALSO
-
FrameExit().