Author: jimtabor
Date: Fri Sep 21 04:05:17 2007
New Revision: 29126
URL: 
http://svn.reactos.org/svn/reactos?rev=29126&view=rev
Log:
- Add CMP_RegisterNotification and CMP_UnregisterNotification. Both called from User32.
Modified:
    trunk/reactos/include/ddk/cfgmgr32.h
Modified: trunk/reactos/include/ddk/cfgmgr32.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/cfgmgr32.h?rev…
==============================================================================
--- trunk/reactos/include/ddk/cfgmgr32.h (original)
+++ trunk/reactos/include/ddk/cfgmgr32.h Fri Sep 21 04:05:17 2007
@@ -605,7 +605,14 @@
 CMP_Init_Detection(
   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
 CONFIGRET
@@ -614,7 +621,11 @@
   IN DWORD dwMagic,
   IN DWORD dwProcessId);
-/* FIXME: Missing CMP_UnregisterNotification */
+CMAPI
+CONFIGRET
+WINAPI
+CMP_UnregisterNotification(ULONG luhDevNotify);
+
 /* FIXME: Missing CMP_WaitNoPendingInstallEvents */
 /* FIXME: Missing CMP_WaitServicesAvailable */