Searched refs:PWINE_ACMNOTIFYWND (Results 1 – 3 of 3) sorted by relevance
105 typedef struct _WINE_ACMNOTIFYWND * PWINE_ACMNOTIFYWND; typedef112 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…
53 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 …]
666 PWINE_ACMNOTIFYWND panwnd; in acmDriverPriority()749 PWINE_ACMNOTIFYWND panwnd; in acmDriverRemove()