Add CMP_Init_Detection and CMP_Report_LogOn prototypes.

svn path=/trunk/; revision=20338
This commit is contained in:
Eric Kohl 2005-12-26 20:14:24 +00:00
parent 3fe126e7b0
commit 5159234db2

View file

@ -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 */