Skip to content
컴퓨터잡담
2009.12.23 11:18

SendMessage the values are for wparam

조회 수 8200 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

the values are for wparam

WM_COMMAND Messages (hex code 0x111) 

(the values are for wparam) 


Previous track button 40044 
Next track button 40048 
Play button 40045 
Pause/Unpause button 40046 
Stop button 40047 
Fadeout and stop 40147 
Stop after current track 40157 
Fast-forward 5 seconds 40148 
Fast-rewind 5 seconds 40144 
Start of playlist 40154 
Go to end of playlist 40158 
Open file dialog 40029 
Open URL dialog 40155 
Open file info box 40188 
Set time display mode to elapsed 40037 
Set time display mode to remaining 40038 
Toggle preferences screen 40012 
Open visualization options 40190 
Open visualization plug-in options 40191 
Execute current visualization plug-in 40192 
Toggle about box 40041 
Toggle title Autoscrolling 40189 
Toggle always on top 40019 
Toggle Windowshade 40064 
Toggle Playlist Windowshade 40266 
Toggle doublesize mode 40165 
Toggle EQ 40036 
Toggle playlist editor 40040 
Toggle main window visible 40258 
Toggle minibrowser 40298 
Toggle easymove 40186 
Raise volume by 1% 40058 
Lower volume by 1% 40059 
Toggle repeat 40022 
Toggle shuffle 40023 
Open jump to time dialog 40193 
Open jump to file dialog 40194 
Open skin selector 40219 
Configure current visualization plug-in 40221 
Reload the current skin 40291 
Close Winamp 40001 
Moves back 10 tracks in playlist 40197 
Show the edit bookmarks 40320 
Adds current track as a bookmark 40321 
Play audio CD 40323 
Load a preset from EQ 40253 
Save a preset to EQF 40254 
Opens load presets dialog 40172 
Opens auto-load presets dialog 40173 
Load default preset 40174 
Opens save preset dialog 40175 
Opens auto-load save preset 40176 
Opens delete preset dialog 40178 
Opens delete an auto load preset dialog 40180 





WM_USER Messages (hex code 0x400) 

(the values are for lparam) 


0 Retrieves the version of Winamp running. Version will be 0x20yx for 2.yx. This is a good way to determine if you did in fact find the right window, etc. 
100 Starts playback. A lot like hitting 'play' in Winamp, but not exactly the same 
101 Clears Winamp's internal playlist. 
102 Begins play of selected track. 
103 Makes Winamp change to the directory C:\\download 
104 Returns the status of playback. If 'ret' is 1, Winamp is playing. If 'ret' is 3, Winamp is paused. Otherwise, playback is stopped. 
105 If data is 0, returns the position in milliseconds of playback. If data is 1, returns current track length in seconds. Returns -1 if not playing or if an error occurs. 
106 Seeks within the current track. The offset is specified in 'data', in milliseconds. 
120 Writes out the current playlist to Winampdir\winamp.m3u, and returns the current position in the playlist. 
121 Sets the playlist position to the position specified in tracks in 'data'. 
122 Sets the volume to 'data', which can be between 0 (silent) and 255 (maximum). 
123 Sets the panning to 'data', which can be between 0 (all left) and 255 (all right). 
124 Returns length of the current playlist, in tracks. 
125 Returns the position in the current playlist, in tracks (requires Winamp 2.05+). 
126 Retrieves info about the current playing track. Returns samplerate (i.e. 44100) if 'data' is set to 0, bitrate if 'data' is set to 1, and number of channels if 'data' is set to 2. (requires Winamp 2.05+) 
127 Retrieves one element of equalizer data, based on what 'data' is set to. 
0-9 The 10 bands of EQ data. Will return 0-63 (+20db - -20db) 
10 The preamp value. Will return 0-63 (+20db - -20db) 
11 Enabled. Will return zero if disabled, nonzero if enabled. 

128 Autoload. Will return zero if disabled, nonzero if enabled. To set an element of equalizer data, simply query which item you wish to set using the message above (127), then call this message with data 
129 Adds the specified file to the Winamp bookmark list 
135 Restarts Winamp

로그인 후 댓글쓰기가 가능합니다.

?

  1. 03
    Jul 2010
    09:57

    Div 사용한 클릭시 테이블 숨기고 감추기

    Category컴퓨터잡담 Views19994
    Read More
  2. 30
    Jun 2010
    18:05

    메모리 사용계획 어떻게 할것인가?

    Category컴퓨터잡담 Views15370
    Read More
  3. 27
    Jun 2010
    23:27

    정부의 부동산 재테크 실력은 부동산 경기침체 때 발휘한다.

    Category컴퓨터잡담 Views5708
    Read More
  4. 23
    Jun 2010
    17:24

    IE 접속제어 후킹

    Category컴퓨터잡담 Views7395
    Read More
  5. 22
    Jun 2010
    17:27

    여러개의 엑셀파일을 하나로 합치기

    Category컴퓨터잡담 Views57365
    Read More
  6. 19
    Jun 2010
    15:08

    유동 IP시간 만료로 리부팅해야만 인터넷 사용가능한 장애원인 해결방법

    Category컴퓨터잡담 Views13765
    Read More
  7. 19
    Jun 2010
    13:01

    Windows Firewall/Internet Connection Sharing (ICS) 서비스를 시작할 수 없습니다.

    Category컴퓨터잡담 Views20904
    Read More
  8. 18
    Jun 2010
    14:07

    Windows와 DOS 명령 프롬프트 환경 변수 리스트

    Category컴퓨터잡담 Views11184
    Read More
  9. 15
    Jun 2010
    18:40

    셀에 현재 날짜와 시간 삽입

    Category컴퓨터잡담 Views10275
    Read More
  10. 13
    May 2010
    16:53

    엑셀 다중조건 구현하기

    Category컴퓨터잡담 Views17311
    Read More
  11. 11
    May 2010
    07:03

    curl대신 사용할 수 있는 소스

    Category컴퓨터잡담 Views16314
    Read More
  12. 07
    May 2010
    08:03

    배치파일 IF문

    Category컴퓨터잡담 Views11578
    Read More
  13. 06
    May 2010
    10:36

    시스템은 멀쩡한데 느닷없이 mysql 접속거부의 이유는 max_connect_errors과의 연관성

    Category컴퓨터잡담 Views20892
    Read More
  14. 04
    May 2010
    13:16

    [해킹차단]이런창이 뜨는 사이트들 정말 조심하길 바란다.

    Category컴퓨터잡담 Views22012
    Read More
  15. 27
    Apr 2010
    11:03

    Mysql 에러메시지

    Category컴퓨터잡담 Views17524
    Read More
  16. 27
    Apr 2010
    09:47

    Table_open_cache 가 늘어나지 않는 이유.

    Category컴퓨터잡담 Views15520
    Read More
  17. 26
    Apr 2010
    14:24

    트위터 개발하기

    Category컴퓨터잡담 Views13794
    Read More
  18. 21
    Apr 2010
    10:15

    블로그/사이트의 키워드 훔쳐보기^^;;

    Category컴퓨터잡담 Views9206
    Read More
  19. 20
    Apr 2010
    18:42

    DB MyISAM, InnoDB 입출력 처리방식

    Category컴퓨터잡담 Views13812
    Read More
  20. 20
    Apr 2010
    11:17

    서버에 SSD 교체 작업을 해야되나?

    Category컴퓨터잡담 Views6521
    Read More
Board Pagination Prev 1 ... 39 40 41 42 43 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소