News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

undocumented exports in user32.dll

Started by Magnum, January 16, 2015, 09:21:38 AM

Previous topic - Next topic

Magnum

Why are there undocumented exports in user32.dll ?

Are they items that M.S. did not get around to developing ?

I have Documented/Partially documented the undocumented exports of windows XP user32 DLL file. There are still quite a few that are a total mystery but it may be useful for people searching.

For the sake of search engines and people searching for function input and output params:

        WCSToMBEx
        CharNextExA
        CharNextExW
        CharPrevExA
        CharPrevExW
        SetSysColorTemp
        SetSysColorsTemp
        EditWndProcA
        EditWndProcW
        GetAppCompatFlags
        GetAppCompatFlags
        SetLogonNotifyWindow
        GrayString
        QuerySendMsg
        RegisterLogonProcess
        RegisterServicesProcess
        IMPGetIMEA
        IMPQueryIMEA
        IMPSetIMEA
        KillSystemTimer
        LoadKeyboardLayoutEx
        LoadRemoteFonts
        LoadLocalFonts
        LoadRemoteFonts
        LockWindowStation
        MBToWCSEx
        MB_GetString
        MenuWindowProcW
        MessageBoxTimeoutA
        MessageBoxTimeoutW
        PrivateExtractIconEx
        PrivateExtractIcons
        PrivateExtractIconsA
        WinHelpA
        WinHelpW
        GetTaskmanWindow
        SetTaskmanWindow
        SetSystemMenu
        SetSystemTimer
        SetMessageQueue
        SetProgmanWindow
        GetInputDesktop
        GetInternalWindowPos
        GetProgmanWindow
        UINT GetTabbedTextExtent
        ScrollChildren
        SetConsoleReserveKeys
        SetCursorContents
        SetDebugErrorLeve
        SetDeskWallpaper
        SetInternalWindowPos
        UserRegisterWowHandlers
        WINNLSGetEnableStatus
        WINNLSGetIMEHotkey
        UserClientDllInitialize
        CascadeChildWindows
        ChangeClipboardChain
        CharUpperBuffA
        CharUpperBuffW
        ClientThreadSetup;
        CreateDialogIndirectParamAorW
        DdeGetQualityOfService
        SetShellWindow
        SetShellWindowEx
        setSysColors
        SetWindowStationUser
        ShowStartGlass
        SoftModalMessageBox
        TileChildWindows
        UnlockWindowStation
        UpdatePerUserSystemParameters
        UserClientDllInitialize
        DialogBoxIndirectParamAorW
        DlgDirSelectExW
        DlgDirSelectExA
        DragObject
        DrawCaptionTemp
        DrawFrame
        DrawMenuBarTemp
        RegisterSystemThread
        RegisterTasklist
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

Vortex

Probably undocumented for internal usage.

Tedd

Many are left-overs from Windows 3.
They're still there for backwards compatibility, but are deprecated because they shouldn't be used in new code.

Many others are documented, but not with the exact name given, e.g. CharNextExA and variants fall under CharNext.

And some actually are documented, so I'm not sure how you got this list.
Potato2

Vortex

Here is an interesting link :

http://undocumented.ntinternals.net/

Magnum

Quote from: Tedd on January 20, 2015, 05:18:56 AM
Many are left-overs from Windows 3.
They're still there for backwards compatibility, but are deprecated because they shouldn't be used in new code.

Many others are documented, but not with the exact name given, e.g. CharNextExA and variants fall under CharNext.

And some actually are documented, so I'm not sure how you got this list.

Thanks.

Someone probed user32.dll to get that list.

Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org