hwndDesktop (HWND) - input

      Desktop-window handle.

      HWND_DESKTOP

        The desktop-window handle
      Other
        Specified desktop-window handle.

      ibm (ULONG) - input

        System bit-map index value.

        SBMP_SYSMENU

          System menu
        SBMP_SYSMENUDEP
          System menu in depressed state
        SBMP_SBUPARROW
          Scroll bar up arrow
        SBMP_SBUPARROWDEP
          Scroll bar up arrow in depressed state
        SBMP_SBUPARROWDIS
          Scroll bar up arrow in disabled state
        SBMP_SBDNARROW
          Scroll bar down arrow
        SBMP_SBDNARROWDEP
          Scroll bar down arrow in depressed state
        SBMP_SBDNARROWDIS
          Scroll bar down arrow in disabled state
        SBMP_SBRGARROW
          Scroll bar right arrow
        SBMP_SBRGARROWDEP
          Scroll bar right arrow in depressed state
        SBMP_SBRGARROWDIS
          Scroll bar right arrow in disabled state
        SBMP_SBLFARROW
          Scroll bar left arrow
        SBMP_SBLFARROWDEP
          Scroll bar left arrow in depressed state
        SBMP_SBLFARROWDIS
          Scroll bar left arrow in disabled state
        SBMP_MENUCHECK
          Menu check mark
        SBMP_MENUATTACHED
          Cascading menu mark
        SBMP_CHECKBOXES
          Check box or radio button check marks
        SBMP_COMBODOWN
          Combobox down arrow
        SBMP_BTNCORNERS
          Push-button corners
        SBMP_MINBUTTON
          Minimize button
        SBMP_MINBUTTONDEP
          Minimize button in depressed state
        SBMP_MAXBUTTON
          Maximize button
        SBMP_MAXBUTTONDEP
          Maximize button in depressed state
        SBMP_RESTOREBUTTON
          Restore button
        SBMP_RESTOREBUTTONDEP
          Restore button in depressed state
        SBMP_CHILDSYSMENU
          System menu for child windows
        SBMP_CHILDSYSMENUDEP
          System menu for child windows in depressed state
        SBMP_DRIVE
          Drive
        SBMP_FILE
          File
        SBMP_FOLDER
          Folder
        SBMP_TREEPLUS
          Used by the file system to indicate that an entry in the directory can be expanded.
        SBMP_TREEMINUS
          Used by the file system to indicate that an entry in the directory can be collapsed.
        SBMP_PROGRAM
          Used by the file system to mark .EXE and .COM files.
        SBMP_SIZEBOX
          Used by some applications to display a sizebox in the bottom-right corner of a frame window.

        hbm (HBITMAP) - returns

          System bit-map handle.

          NULLHANDLE

            Error occurred
          Other
            System bit-map handle.


          [Back] [Next]