Scroll to navigation

RegisterDeviceNotificationA(3w) Wine API RegisterDeviceNotificationA(3w)

NAME

RegisterDeviceNotificationA (USER32.@)

SYNOPSIS

HDEVNOTIFY RegisterDeviceNotificationA
(
HANDLE hnd,
LPVOID notifyfilter,
DWORD flags
)
 

DESCRIPTION

See RegisterDeviceNotificationW(3w).
 

IMPLEMENTATION

Declared in "winuser.h".
Implemented in "dlls/user32/misc.c".
Debug channel "win".
Oct 2012 Wine API