- Add CMP_RegisterNotification and CMP_UnregisterNotification. Both called from User32.

svn path=/trunk/; revision=29126
This commit is contained in:
James Tabor 2007-09-21 00:05:17 +00:00
parent eb2bd45e2a
commit e5f58a8b91

View file

@ -605,7 +605,14 @@ WINAPI
CMP_Init_Detection( CMP_Init_Detection(
IN DWORD dwMagic); IN DWORD dwMagic);
/* FIXME: Missing CMP_RegisterNotification */ CMAPI
CONFIGRET
WINAPI
CMP_RegisterNotification(
IN HANDLE hRecipient,
IN LPVOID lpvNotificationFilter,
IN DWORD dwFlags,
OUT PULONG pluhDevNotify);
CMAPI CMAPI
CONFIGRET CONFIGRET
@ -614,7 +621,11 @@ CMP_Report_LogOn(
IN DWORD dwMagic, IN DWORD dwMagic,
IN DWORD dwProcessId); IN DWORD dwProcessId);
/* FIXME: Missing CMP_UnregisterNotification */ CMAPI
CONFIGRET
WINAPI
CMP_UnregisterNotification(ULONG luhDevNotify);
/* FIXME: Missing CMP_WaitNoPendingInstallEvents */ /* FIXME: Missing CMP_WaitNoPendingInstallEvents */
/* FIXME: Missing CMP_WaitServicesAvailable */ /* FIXME: Missing CMP_WaitServicesAvailable */