| 3951 | struct NotificationBitmap_t |
| 3952 | { |
| 3953 | NotificationBitmap_t() |
| 3954 | : m_pImageData( nullptr ) |
| 3955 | , m_nWidth( 0 ) |
| 3956 | , m_nHeight( 0 ) |
| 3957 | , m_nBytesPerPixel( 0 ) |
| 3958 | { |
| 3959 | } |
| 3960 | |
| 3961 | void *m_pImageData; |
| 3962 | int32_t m_nWidth; |
nothing calls this directly
no outgoing calls
no test coverage detected