Home
last modified time | relevance | path

Searched refs:WinNotificationInfoList (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/
H A Dwinwatchtowerdriver.h
H A Dwinwatchtowerdriver.cpp
/glogg/src/
H A Dwinwatchtowerdriver.h58 class WinNotificationInfoList {
60 WinNotificationInfoList( const char* buffer, size_t buffer_size );
65 iterator( WinNotificationInfoList* list, const char* position ) in iterator()
90 WinNotificationInfoList* list_;
H A Dwinwatchtowerdriver.cpp39 WinNotificationInfoList::WinNotificationInfoList( const char* buffer, size_t buffer_size ) in WinNotificationInfoList() function in WinNotificationInfoList
45 const char* WinNotificationInfoList::updateCurrentNotification( in updateCurrentNotification()
73 const char* WinNotificationInfoList::advanceToNext() in advanceToNext()
341 WinNotificationInfoList notification_info( in waitAndProcessEvents()
/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp459 WinNotificationInfoList list { reinterpret_cast<char*>( buffer ), sizeof( buffer ) };
460 WinNotificationInfoList::iterator iterator { std::begin( list ) };