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.
|
|
#ifndef __ConfNmSysInfoNotify_h__
#define __ConfNmSysInfoNotify_h__
class ATL_NO_VTABLE CConfNmSysInfoNotifySink : public CComObjectRoot, public INmSysInfoNotify {
public:
// We create it as No Lock, but we had better make sure that
// the lifetime of this object is not greater than the lifetime of
// the module in which it lives
typedef CComCreator< CComObjectNoLock< CConfNmSysInfoNotifySink > > _CreatorClass;
DECLARE_NO_REGISTRY()
// INmSysInfoNotify
STDMETHOD(GateKeeperNotify)( IN NM_GK_NOTIFY_CODE RasEvent );
BEGIN_COM_MAP(CConfNmSysInfoNotifySink) COM_INTERFACE_ENTRY(INmSysInfoNotify) END_COM_MAP() };
#endif // __ConfNmSysInfoNotify_h__
|