mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Add CMP_Init_Detection and CMP_Report_LogOn prototypes.
svn path=/trunk/; revision=20338
This commit is contained in:
parent
3fe126e7b0
commit
5159234db2
1 changed files with 24 additions and 10 deletions
|
@ -596,10 +596,24 @@ typedef PCONFLICT_DETAILS_A PCONFLICT_DETAILS;
|
|||
#endif
|
||||
|
||||
|
||||
#define CMP_MAGIC 0x01234567
|
||||
|
||||
|
||||
CMAPI
|
||||
CONFIGRET
|
||||
WINAPI
|
||||
CMP_Init_Detection(
|
||||
IN DWORD dwMagic);
|
||||
|
||||
/* FIXME: Missing CMP_Init_Detection */
|
||||
/* 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 */
|
||||
|
|
Loading…
Reference in a new issue