en:docs:win16:modules:user

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:win16:modules:user [2026/04/17 04:01] prokusheven:docs:win16:modules:user [2026/04/30 07:59] (current) prokushev
Line 3: Line 3:
 ^ Ordinal ^ Name ^ Description ^ Status ^ Version ^ ^ Ordinal ^ Name ^ Description ^ Status ^ Version ^
 | 1 | [[en:docs:win16:api:user:MessageBox]] | Displays a modal dialog box that contains a system icon, a set of buttons, and a brief application-specific message | | | | 1 | [[en:docs:win16:api:user:MessageBox]] | Displays a modal dialog box that contains a system icon, a set of buttons, and a brief application-specific message | | |
-| 2 | [[en:docs:win16:api:user:OldExitWindows]] | | Done | |+| 2 | [[en:docs:win16:api:user:OldExitWindows]] | Immediately terminate the entire Windows session by directly invoking the DOS “terminate program” interrupt (INT 21h, Function 4Ch) | Done | |
 | 5 | [[en:docs:win16:api:user:InitApp]] | Initializes an application instance | | | | 5 | [[en:docs:win16:api:user:InitApp]] | Initializes an application instance | | |
 | 6 | [[en:docs:win16:api:user:PostQuitMessage]] | Indicates that the application has requested to terminate | | | | 6 | [[en:docs:win16:api:user:PostQuitMessage]] | Indicates that the application has requested to terminate | | |
Line 84: Line 84:
 | 86 | [[en:docs:win16:api:user:BEAR86]] | | | | | 86 | [[en:docs:win16:api:user:BEAR86]] | | | |
 | 87 | [[en:docs:win16:api:user:DialogBox]] | Creates a modal dialog box from a dialog box template resource | Done | | | 87 | [[en:docs:win16:api:user:DialogBox]] | Creates a modal dialog box from a dialog box template resource | Done | |
-| 88 | [[en:docs:win16:api:user:EndDialog]] | Destroys a modal dialog box, causing the system to end any processing for the dialog box | | |+| 88 | [[en:docs:win16:api:user:EndDialog]] | Destroys a modal dialog box, causing the system to end any processing for the dialog box | Done | |
 | 89 | [[en:docs:win16:api:user:CreateDialog]] | Creates a modeless dialog box from a dialog box template resource | Done | | | 89 | [[en:docs:win16:api:user:CreateDialog]] | Creates a modeless dialog box from a dialog box template resource | Done | |
 | 90 | [[en:docs:win16:api:user:IsDialogMessage]] | Determines whether a message is intended for the specified dialog box and, if it is, processes the message | | | | 90 | [[en:docs:win16:api:user:IsDialogMessage]] | Determines whether a message is intended for the specified dialog box and, if it is, processes the message | | |