Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
467 B

  1. #ifndef _THROW_CLIENT_ALERT_H_
  2. #define _THROW_CLIENT_ALERT_H_
  3. #include <windows.h>
  4. #include <comdef.h>
  5. #include <comutil.h>
  6. #include <wbemcli.h>
  7. #include <wbemprov.h>
  8. #include "appsrvcs.h"
  9. #include "taskctx.h"
  10. #include "debug.h"
  11. #include "mem.h"
  12. #define CLIENT_ALERT_TASK "ConfigChangeAlert"
  13. HRESULT ThrowClientConfigAlert(void);
  14. HRESULT ThrowClientConfigAlertFromWBEMProvider(IWbemServices *pIWbemServices);
  15. #endif _THROW_CLIENT_ALERT_H_