mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
- Add CMP_RegisterNotification and CMP_UnregisterNotification. Both called from User32.
svn path=/trunk/; revision=29126
This commit is contained in:
parent
eb2bd45e2a
commit
e5f58a8b91
1 changed files with 13 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue