Window Identifiers

 ┌────────────────────────────────────────────────────────────────────────┐
 │ Window Identifiers.  This table shows the window identifiers           │
 │ assigned by Presentation Manager to the children of a frame window.    │
 ├─────────────────────────┬─────────────────────┬────────────────────────┤
 │ CHILD WINDOW            │ WINDOW IDENTIFIER   │ DEFINED BY             │
 ├─────────────────────────┼─────────────────────┼────────────────────────┤
 │ Client Window           │ FID_CLIENT          │ Application            │
 ├─────────────────────────┼─────────────────────┼────────────────────────┤
 │ System Menu             │ FID_SYSMENU         │ Presentation Manager   │
 ├─────────────────────────┼─────────────────────┼────────────────────────┤
 │ Menu Bar                │ FID_MENU            │ Presentation Manager   │
 ├─────────────────────────┼─────────────────────┼────────────────────────┤
 │ Title Bar               │ FID_TITLEBAR        │ Presentation Manager   │
 ├─────────────────────────┼─────────────────────┼────────────────────────┤
 │ Min/Max Icon            │ FID_MINMAX          │ Presentation Manager   │
 ├─────────────────────────┼─────────────────────┼────────────────────────┤
 │ Vertical Scroll Bar     │ FID_VERTSCROLL      │ Presentation Manager   │
 ├─────────────────────────┼─────────────────────┼────────────────────────┤
 │ Horizontal Scroll Bar   │ FID_HORZSCROLL      │ Presentation Manager   │
 ├─────────────────────────┴─────────────────────┴────────────────────────┤
 │ NOTE:  The "Defined by" column indicates whether the window procedure  │
 │ that determines a window's appearance and behavior is supplied by      │
 │ supplied by Presentation Manager or the application.                   │
 └────────────────────────────────────────────────────────────────────────┘


[Back: Tables]
[Next: Application Object/Window Correlation]