プログラミング工房 > HSP > サンプルスクリプト > 

アップダウンコントロール用メッセージ関連定数マクロ

>> ダウンロード

/***********************************************************

	アップダウンコントロール用メッセージ関連定数一覧

		【2006/02/27 更新】

***********************************************************/

/* メッセージ */
#const	global	UDM_GETACCEL	0x046c
#const	global	UDM_GETBASE	0x046e
#const	global	UDM_GETBUDDY	0x046a
#const	global	UDM_GETPOS	0x0468
#const	global	UDM_GETRANGE	0x0466
#const	global	UDM_SETACCEL	0x046b
#const	global	UDM_SETBASE	0x046d
#const	global	UDM_SETBUDDY	0x0469
#const	global	UDM_SETPOS	0x0467
#const	global	UDM_SETRANGE	0x0465

/* 通知コード */
#const	global	UDN_DELTAPOS	-722