블로그 이미지
안녕1999

카테고리

전체 (3067)
자바스크립트 (20)
안드로이드 (14)
WebGL (4)
변비 (17)
정치,경제 (35)
C언어,ARM (162)
컴퓨터(PC, Note Book, 윈.. (41)
전자회로, PCB (27)
유머,안웃긴,GIF,동영상 (118)
국부론60 (71)
모듈(PCB) (3)
건강 (2)
FreeCAD (25)
PADS (43)
퇴직,퇴사,구직,취업 활동 (3)
C# (86)
엑셀 (8)
워드 (0)
LabView (6)
레고 (30)
FPGA (0)
Total
Today
Yesterday

달력

« » 2024.5
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

공지사항

최근에 올라온 글

'WM_DEVICECHANGE'에 해당되는 글 1건

  1. 2016.09.06 WM_DEVICECHANGE - USB 장치 삽입/제거 메세지

WM_DEVICECHANGE

USB장치를 넣고, 뺄때, 감지할 수 있다.



wParam

The event that has occurred. This parameter can be one of the following values from the Dbt.h header file.

ValueMeaning
DBT_CONFIGCHANGECANCELED
0x0019

A request to change the current configuration (dock or undock) has been canceled.

DBT_CONFIGCHANGED
0x0018

The current configuration has changed, due to a dock or undock.

DBT_CUSTOMEVENT
0x8006

A custom event has occurred.

DBT_DEVICEARRIVAL
0x8000

A device or piece of media has been inserted and is now available.

DBT_DEVICEQUERYREMOVE
0x8001

Permission is requested to remove a device or piece of media. Any application can deny this request and cancel the removal.

DBT_DEVICEQUERYREMOVEFAILED
0x8002

A request to remove a device or piece of media has been canceled.

DBT_DEVICEREMOVECOMPLETE
0x8004

A device or piece of media has been removed.

DBT_DEVICEREMOVEPENDING
0x8003

A device or piece of media is about to be removed. Cannot be denied.

DBT_DEVICETYPESPECIFIC
0x8005

A device-specific event has occurred.

DBT_DEVNODES_CHANGED
0x0007

A device has been added to or removed from the system.

DBT_QUERYCHANGECONFIG
0x0017

Permission is requested to change the current configuration (dock or undock).

DBT_USERDEFINED
0xFFFF

The meaning of this message is user-defined


Posted by 안녕1999
, |

최근에 달린 댓글

글 보관함