[ros-diffs] [ekohl] 20338: Add CMP_Init_Detection and CMP_Report_LogOn prototypes.

ekohl at svn.reactos.com ekohl at svn.reactos.com
Mon Dec 26 21:14:28 CET 2005


Add CMP_Init_Detection and CMP_Report_LogOn prototypes.
Modified: trunk/reactos/w32api/include/ddk/cfgmgr32.h
  _____  

Modified: trunk/reactos/w32api/include/ddk/cfgmgr32.h
--- trunk/reactos/w32api/include/ddk/cfgmgr32.h	2005-12-26 15:55:33 UTC
(rev 20337)
+++ trunk/reactos/w32api/include/ddk/cfgmgr32.h	2005-12-26 20:14:24 UTC
(rev 20338)
@@ -596,10 +596,24 @@

 #endif
 
 
+#define CMP_MAGIC  0x01234567
 
-/* FIXME: Missing CMP_Init_Detection */
+
+CMAPI
+CONFIGRET
+WINAPI
+CMP_Init_Detection(
+  IN DWORD  dwMagic);
+
 /* FIXME: Missing CMP_RegisterNotification */
-/* FIXME: Missing CMP_Report_LogOn */
+
+CMAPI
+CONFIGRET
+WINAPI
+CMP_Report_LogOn(
+  IN DWORD dwMagic,
+  IN DWORD dwProcessId);
+
 /* FIXME: Missing CMP_UnregisterNotification */
 /* FIXME: Missing CMP_WaitNoPendingInstallEvents */
 /* FIXME: Missing CMP_WaitServicesAvailable */
@@ -763,9 +777,9 @@
 CONFIGRET
 WINAPI
 CM_Disable_DevNode_Ex(
-    IN DEVINST  dnDevInst,
-    IN ULONG  ulFlags,
-    IN HMACHINE  hMachine);
+  IN DEVINST  dnDevInst,
+  IN ULONG  ulFlags,
+  IN HMACHINE  hMachine);
 
 #define CM_Disable_DevInst CM_Disable_DevNode
 #define CM_Disable_DevInst_Ex CM_Disable_DevNode_Ex
@@ -780,16 +794,16 @@
 CONFIGRET
 WINAPI
 CM_Enable_DevNode(
-    IN DEVINST  dnDevInst,
-    IN ULONG  ulFlags);
+  IN DEVINST  dnDevInst,
+  IN ULONG  ulFlags);
 
 CMAPI
 CONFIGRET
 WINAPI
 CM_Enable_DevNode_Ex(
-    IN DEVINST  dnDevInst,
-    IN ULONG  ulFlags,
-    IN HMACHINE  hMachine);
+  IN DEVINST  dnDevInst,
+  IN ULONG  ulFlags,
+  IN HMACHINE  hMachine);
 
 #define CM_Enable_DevInst CM_Enable_DevNode
 #define CM_Enable_DevInst_Ex CM_Enable_DevNode_Ex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051226/5a09617a/attachment.html


More information about the Ros-diffs mailing list