mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Add CMP_RegisterNotification and CMP_UnregisterNotification. Both called from User32.
svn path=/trunk/; revision=29126
This commit is contained in:
@@ -605,7 +605,14 @@ WINAPI
|
||||
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 @@ CMP_Report_LogOn(
|
||||
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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user