Windows2003-3790/enduser/sakit/common/inc/throwclientalert.h
2020-09-30 16:53:55 +02:00

22 lines
467 B
C

#ifndef _THROW_CLIENT_ALERT_H_
#define _THROW_CLIENT_ALERT_H_
#include <windows.h>
#include <comdef.h>
#include <comutil.h>
#include <wbemcli.h>
#include <wbemprov.h>
#include "appsrvcs.h"
#include "taskctx.h"
#include "debug.h"
#include "mem.h"
#define CLIENT_ALERT_TASK "ConfigChangeAlert"
HRESULT ThrowClientConfigAlert(void);
HRESULT ThrowClientConfigAlertFromWBEMProvider(IWbemServices *pIWbemServices);
#endif _THROW_CLIENT_ALERT_H_