Mouse Enumerated Values

MSNMSN protocolMoniWikiACLMoniWikiPluginMoniWikiPo MouseEnumeratedValues

MouseEnumeratedValues


  • HTBORDER
    In the border of a window that does not have a sizing border.
  • HTBOTTOM
    In the lower horizontal border of the window.
  • HTBOTTOMLEFT
    In the lower-left corner of the window border.
  • HTBOTTOMRIGHT
    In the lower-right corner of the window border.
  • HTCAPTION
    In a title-bar area.
  • HTCLIENT
    In a client area.
  • HTERROR
    On the screen background or on a dividing line between windows (same as * * HTNOWHERE except that the DefWndProc Windows function produces a system beep to indicate an error).
  • HTGROWBOX
    In a size box.
  • HTHSCROLL
    In the horizontal scroll bar.
  • HTLEFT
    In the left border of the window.
  • HTMAXBUTTON
    In a Maximize button.
  • HTMENU
    In a menu area.
  • HTMINBUTTON
    In a Minimize button.
  • HTNOWHERE
    On the screen background or on a dividing line between windows.
  • HTREDUCE
    In a Minimize button.
  • HTRIGHT
    In the right border of the window.
  • HTSIZE
    In a size box (same as HTGROWBOX).
  • HTSYSMENU
    In a Control menu or in a Close button in a child window.
  • HTTOP
    In the upper horizontal border of the window.
  • HTTOPLEFT
    In the upper-left corner of the window border.
  • HTTOPRIGHT
    In the upper-right corner of the window border.
  • HTTRANSPARENT
    In a window currently covered by another window.
  • HTVSCROLL
    In the vertical scroll bar.
  • HTZOOM
    In a Maximize button.

WINUSER.H

/*
 * WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes
 */
#define HTERROR             (-2)
#define HTTRANSPARENT       (-1)
#define HTNOWHERE           0
#define HTCLIENT            1
#define HTCAPTION           2
#define HTSYSMENU           3
#define HTGROWBOX           4
#define HTSIZE              HTGROWBOX
#define HTMENU              5
#define HTHSCROLL           6
#define HTVSCROLL           7
#define HTMINBUTTON         8
#define HTMAXBUTTON         9
#define HTLEFT              10
#define HTRIGHT             11
#define HTTOP               12
#define HTTOPLEFT           13
#define HTTOPRIGHT          14
#define HTBOTTOM            15
#define HTBOTTOMLEFT        16
#define HTBOTTOMRIGHT       17
#define HTBORDER            18
#define HTREDUCE            HTMINBUTTON
#define HTZOOM              HTMAXBUTTON
#define HTSIZEFIRST         HTLEFT
#define HTSIZELAST          HTBOTTOMRIGHT
#if(WINVER >= 0x0400)
#define HTOBJECT            19
#define HTCLOSE             20
#define HTHELP              21
#endif /* WINVER >= 0x0400 */


ID
Password
Join





- 전 이런 놈입니다.

격언> 친절해라. 왜냐하면 당신이 만나는 사람 대다수는 지금 힘겨운 싸움을 하고 있는 중이니까. (조티)

Recent Changes

D  Echoes Of War(The... @ 2012-05-18 [03:44 pm] by windlesszone
D  Diablo3 @ 2012-05-15 [04:49 pm] by windlesszone
D  Diablo3/story/wizard @ 2012-05-15 [04:48 pm] by windlesszone 4 changes
D  Diablo3/story/wit... @ 2012-05-15 [04:16 pm] by windlesszone
D  Diablo3/story/monk @ 2012-05-15 [04:14 pm] by windlesszone





Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2006-04-03 13:19:28
Processing time 0.0581 sec