DefaultActionSys Member List

This is the complete list of members for DefaultActionSys, including all inherited members.
DeleteAction(DWORD eventID)=0DefaultActionSys [pure virtual]
GetAction(DWORD eventID, DWORD &action)=0DefaultActionSys [pure virtual]
GetActionCount()=0DefaultActionSys [pure virtual]
GetActionIDByIndex(int index)=0DefaultActionSys [pure virtual]
GetActionTitle(DWORD eventID)=0DefaultActionSys [pure virtual]
GetActionTitleByIndex(int index)=0DefaultActionSys [pure virtual]
GetMsgLogCount(DWORD eventID)=0DefaultActionSys [pure virtual]
GetMsgLogID(int index)=0DefaultActionSys [pure virtual]
GetMsgLogMsg(DWORD eventID, int index)=0DefaultActionSys [pure virtual]
LogEntry(DWORD eventID, MCHAR *message)=0DefaultActionSys [pure virtual]
MsgLogClear(DWORD eventID)=0DefaultActionSys [pure virtual]
operator delete(void *ptr)MaxHeapOperators [static]
operator delete(void *ptr, const std::nothrow_t &e)MaxHeapOperators [static]
operator delete(void *ptr, const char *filename, int line)MaxHeapOperators [static]
operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line)MaxHeapOperators [static]
operator delete(void *ptr, unsigned long flags)MaxHeapOperators [static]
operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags)MaxHeapOperators [static]
operator delete(void *ptr, void *placement_ptr)MaxHeapOperators [static]
operator delete[](void *ptr)MaxHeapOperators [static]
operator delete[](void *ptr, const std::nothrow_t &e)MaxHeapOperators [static]
operator delete[](void *ptr, const char *filename, int line)MaxHeapOperators [static]
operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line)MaxHeapOperators [static]
operator delete[](void *ptr, unsigned long flags)MaxHeapOperators [static]
operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags)MaxHeapOperators [static]
operator new(size_t size)MaxHeapOperators [static]
operator new(size_t size, const std::nothrow_t &e)MaxHeapOperators [static]
operator new(size_t size, const char *filename, int line)MaxHeapOperators [static]
operator new(size_t size, const std::nothrow_t &e, const char *filename, int line)MaxHeapOperators [static]
operator new(size_t size, unsigned long flags)MaxHeapOperators [static]
operator new(size_t size, const std::nothrow_t &e, unsigned long flags)MaxHeapOperators [static]
operator new(size_t size, void *placement_ptr)MaxHeapOperators [static]
operator new[](size_t size)MaxHeapOperators [static]
operator new[](size_t size, const std::nothrow_t &e)MaxHeapOperators [static]
operator new[](size_t size, const char *filename, int line)MaxHeapOperators [static]
operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line)MaxHeapOperators [static]
operator new[](size_t size, unsigned long flags)MaxHeapOperators [static]
operator new[](size_t size, const std::nothrow_t &e, unsigned long flags)MaxHeapOperators [static]
SetAction(DWORD eventID, DWORD action, MCHAR *title=NULL, DWORD *oldAction=NULL)=0DefaultActionSys [pure virtual]
SetMsgLogMaxCount(int count)=0DefaultActionSys [pure virtual]