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/03/30 04:57] prokusheven:docs:win16:modules:user [2026/05/07 15:27] (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 | Done | | 
-| 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 | Done | |
 | 7 | [[en:docs:win16:api:user:ExitWindows]] | Shuts down Windows and restarts the operating system | | | | 7 | [[en:docs:win16:api:user:ExitWindows]] | Shuts down Windows and restarts the operating system | | |
 | 10 | [[en:docs:win16:api:user:SetTimer]] | Creates a timer with the specified time-out value | | | | 10 | [[en:docs:win16:api:user:SetTimer]] | Creates a timer with the specified time-out value | | |
Line 55: Line 55:
 | 57 | [[en:docs:win16:api:user:RegisterClass]] | Registers a window class for subsequent use in calls to the CreateWindow function | Done | | | 57 | [[en:docs:win16:api:user:RegisterClass]] | Registers a window class for subsequent use in calls to the CreateWindow function | Done | |
 | 58 | [[en:docs:win16:api:user:GetClassName]] | Retrieves the name of the class to which the specified window belongs | | | | 58 | [[en:docs:win16:api:user:GetClassName]] | Retrieves the name of the class to which the specified window belongs | | |
-| 59 | [[en:docs:win16:api:user:SetActiveWindow]] | Sets the specified window to the active window | | | +| 59 | [[en:docs:win16:api:user:SetActiveWindow]] | Sets the specified window to the active window | Done | | 
-| 60 | [[en:docs:win16:api:user:GetActiveWindow]] | Retrieves the handle to the active window | | |+| 60 | [[en:docs:win16:api:user:GetActiveWindow]] | Retrieves the handle to the active window | Done | |
 | 61 | [[en:docs:win16:api:user:ScrollWindow]] | Scrolls the contents of the specified window's client area | | | | 61 | [[en:docs:win16:api:user:ScrollWindow]] | Scrolls the contents of the specified window's client area | | |
 | 62 | [[en:docs:win16:api:user:SetScrollPos]] | Sets the position of the scroll box (thumb) in the specified scroll bar | | | | 62 | [[en:docs:win16:api:user:SetScrollPos]] | Sets the position of the scroll box (thumb) in the specified scroll bar | | |
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 | | |
Line 189: Line 189:
 | 194 | [[en:docs:win16:api:user:DlgDirSelectComboBox]] | Retrieves the current selection from a combo box filled by the DlgDirListComboBox function | Done | | | 194 | [[en:docs:win16:api:user:DlgDirSelectComboBox]] | Retrieves the current selection from a combo box filled by the DlgDirListComboBox function | Done | |
 | 195 | [[en:docs:win16:api:user:DlgDirListComboBox]] | Fills a combo box with a file or directory listing | | | | 195 | [[en:docs:win16:api:user:DlgDirListComboBox]] | Fills a combo box with a file or directory listing | | |
-| 196 | [[en:docs:win16:api:user:TabbedTextOut]] | Writes a character string at a specified location, expanding tabs to the values specified in an array of tab-stop positions | | | +| 196 | [[en:docs:win16:api:user:TabbedTextOut]] | Writes a character string at a specified location, expanding tabs to the values specified in an array of tab-stop positions | Done | | 
-| 197 | [[en:docs:win16:api:user:GetTabbedTextExtent]] | Computes the width and height of a character string, which may include tab characters | | |+| 197 | [[en:docs:win16:api:user:GetTabbedTextExtent]] | Computes the width and height of a character string, which may include tab characters | Done | |
 | 198 | [[en:docs:win16:api:user:CascadeChildWindows]] | Cascades the specified child windows of the specified parent window | | | | 198 | [[en:docs:win16:api:user:CascadeChildWindows]] | Cascades the specified child windows of the specified parent window | | |
 | 199 | [[en:docs:win16:api:user:TileChildWindows]] | Tiles the specified child windows of the specified parent window | | | | 199 | [[en:docs:win16:api:user:TileChildWindows]] | Tiles the specified child windows of the specified parent window | | |
Line 291: Line 291:
 | 335 | [[en:docs:win16:api:user:GetInputState]] | Determines whether there are mouse-button, keyboard, or timer events in the message queue | | | | 335 | [[en:docs:win16:api:user:GetInputState]] | Determines whether there are mouse-button, keyboard, or timer events in the message queue | | |
 | 337 | [[en:docs:win16:api:user:GetMouseEventProc]] | Retrieves the address of the current mouse event procedure | Done | | | 337 | [[en:docs:win16:api:user:GetMouseEventProc]] | Retrieves the address of the current mouse event procedure | Done | |
-| 358 | [[en:docs:win16:api:user:IsMenu]] | Determines whether a handle is a menu handle | | |+| 358 | [[en:docs:win16:api:user:IsMenu]] | Determines whether a handle is a menu handle | Done | |
 | 359 | [[en:docs:win16:api:user:GetDCEx]] | Retrieves a handle to a device context for the client area of the specified window | Done | | | 359 | [[en:docs:win16:api:user:GetDCEx]] | Retrieves a handle to a device context for the client area of the specified window | Done | |
 | 368 | [[en:docs:win16:api:user:CopyIcon]] | Copies the specified icon from another module to the current module | Done | | | 368 | [[en:docs:win16:api:user:CopyIcon]] | Copies the specified icon from another module to the current module | Done | |
Line 376: Line 376:
 | 532 | [[en:docs:win16:api:user:WNetGetPropertyText]] | Retrieves the property text for a network resource | Stub | | | 532 | [[en:docs:win16:api:user:WNetGetPropertyText]] | Retrieves the property text for a network resource | Stub | |
  
 +{{page>en:templates:win16}}