Home
last modified time | relevance | path

Searched refs:PWINE_ACMNOTIFYWND (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/msacm32/
H A Dwineacm.h105 typedef struct _WINE_ACMNOTIFYWND * PWINE_ACMNOTIFYWND; typedef
112 PWINE_ACMNOTIFYWND pNextACMNotifyWnd;
113 PWINE_ACMNOTIFYWND pPrevACMNotifyWnd;
126 extern PWINE_ACMNOTIFYWND MSACM_GetNotifyWnd(HACMDRIVERID hDriver) DECLSPEC_HIDDEN;
137 extern PWINE_ACMNOTIFYWND MSACM_RegisterNotificationWindow(HWND hNotifyWnd, DWORD dwNotifyMsg) DECL…
138 extern PWINE_ACMNOTIFYWND MSACM_UnRegisterNotificationWindow(const WINE_ACMNOTIFYWND*) DECLSPEC_HID…
H A Dinternal.c53 static PWINE_ACMNOTIFYWND MSACM_pFirstACMNotifyWnd = NULL;
54 static PWINE_ACMNOTIFYWND MSACM_pLastACMNotifyWnd = NULL;
416 PWINE_ACMNOTIFYWND MSACM_RegisterNotificationWindow(HWND hNotifyWnd, DWORD dwNotifyMsg) in MSACM_RegisterNotificationWindow()
418 PWINE_ACMNOTIFYWND panwnd; in MSACM_RegisterNotificationWindow()
446 PWINE_ACMNOTIFYWND panwnd; in MSACM_BroadcastNotification()
481 PWINE_ACMNOTIFYWND MSACM_UnRegisterNotificationWindow(const WINE_ACMNOTIFYWND *panwnd) in MSACM_UnRegisterNotificationWindow()
483 PWINE_ACMNOTIFYWND p; in MSACM_UnRegisterNotificationWindow()
487 PWINE_ACMNOTIFYWND pNext = p->pNextACMNotifyWnd; in MSACM_UnRegisterNotificationWindow()
807 PWINE_ACMNOTIFYWND panwnd = MSACM_pFirstACMNotifyWnd; in MSACM_UnregisterAllDrivers()
852 PWINE_ACMNOTIFYWND MSACM_GetNotifyWnd(HACMDRIVERID hDriver) in MSACM_GetNotifyWnd()
[all …]
H A Ddriver.c666 PWINE_ACMNOTIFYWND panwnd; in acmDriverPriority()
749 PWINE_ACMNOTIFYWND panwnd; in acmDriverRemove()