Contains the information of the window.  
More...
#include "ceTypedef.h"
#include "begin_code.h"
#include "close_code.h"
Go to the source code of this file.
| 
Classes | 
| struct | SWindowInfo | 
|  | Contains the information of the window.  More... 
 | 
| 
Namespaces | 
| namespace | ce | 
|  | Main namespace for the entire VideoCore library.  
 | 
| 
Defines | 
| #define | _CE_WINDOW_INFO_H_   0x1 | 
|  | Include Guard. 
 | 
| #define | CE_HIDE   0x0 | 
|  | Hides the window and activates another window. 
 | 
| #define | CE_NORMAL   0x1 | 
|  | Activates and displays a window. 
 | 
| #define | CE_SHOWNORMAL   0x1 | 
|  | Activates and displays a window. 
 | 
| #define | CE_SHOWMINIMIZED   0x2 | 
|  | Activates the window and displays it as a minimized window. 
 | 
| #define | CE_MAXIMIZE   0x3 | 
|  | Maximizes the specified window. 
 | 
| #define | CE_SHOWMAXIMIZED   0x3 | 
|  | Activates the window and displays it as a maximized window. 
 | 
| #define | CE_SHOWNOACTIVATE   0x4 | 
|  | Displays a window in its most recent size and position. 
 | 
| #define | CE_SHOW   0x5 | 
|  | Activates the window and displays it in its current size and position. 
 | 
| #define | CE_MINIMIZE   0x6 | 
|  | Minimizes the specified window and activates the next top-level window in the Z order. 
 | 
| #define | CE_SHOWMINNOACTIVE   0x7 | 
|  | Displays the window as a minimized window. 
 | 
| #define | CE_SHOWNA   0x8 | 
|  | Displays the window in its current size and position. 
 | 
| #define | CE_RESTORE   0x9 | 
|  | Activates and displays the window. 
 | 
| #define | CE_SHOWDEFAULT   10 | 
|  | Activates and displays the window. 
 | 
| #define | CE_FORCEMINIMIZE   11 | 
|  | Windows 2000/XP: Minimizes a window, even if the thread that owns the window is not responding. 
 | 
| #define | CE_MAX   11 | 
|  | Windows 2000/XP: Minimizes a window, even if the thread that owns the window is not responding. 
 | 
Detailed Description
Contains the information of the window. 
Define Documentation
      
        
          | #define _CE_WINDOW_INFO_H_   0x1 | 
      
 
 
Hides the window and activates another window. 
 
 
Activates and displays a window. 
- Note:
- If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when displaying the window for the first time. 
 
 
      
        
          | #define CE_SHOWNORMAL   0x1 | 
      
 
Activates and displays a window. 
- Note:
- If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when displaying the window for the first time. 
 
 
      
        
          | #define CE_SHOWMINIMIZED   0x2 | 
      
 
Activates the window and displays it as a minimized window. 
 
 
Maximizes the specified window. 
 
 
      
        
          | #define CE_SHOWMAXIMIZED   0x3 | 
      
 
Activates the window and displays it as a maximized window. 
 
 
      
        
          | #define CE_SHOWNOACTIVATE   0x4 | 
      
 
Displays a window in its most recent size and position. 
- Note:
- This value is similar to CE_SHOWNORMAL, except the window is not actived. 
 
 
Activates the window and displays it in its current size and position. 
 
 
Minimizes the specified window and activates the next top-level window in the Z order. 
 
 
      
        
          | #define CE_SHOWMINNOACTIVE   0x7 | 
      
 
Displays the window as a minimized window. 
- Note:
- This value is similar to CE_SHOWMINIMIZED, except the window is not activated. 
 
 
Displays the window in its current size and position. 
- Note:
- This value is similar to CE_SHOW, except the window is not activated. 
 
 
Activates and displays the window. 
- Note:
- If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when restoring a minimized window. 
 
 
      
        
          | #define CE_SHOWDEFAULT   10 | 
      
 
Activates and displays the window. 
- Note:
- If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when restoring a minimized window. 
 
 
      
        
          | #define CE_FORCEMINIMIZE   11 | 
      
 
Windows 2000/XP: Minimizes a window, even if the thread that owns the window is not responding. 
- Note:
- This flag should only be used when minimizing windows from a different thread. 
 
 
Windows 2000/XP: Minimizes a window, even if the thread that owns the window is not responding. 
- Note:
- This flag should only be used when minimizing windows from a different thread.