| 95 | HACCEL accelTable; // Accelerator table handle |
| 96 | |
| 97 | struct Callback |
| 98 | { |
| 99 | MsgFunction Function; |
| 100 | void* Context; |
| 101 | }; |
| 102 | |
| 103 | GrowableList<Callback> messageCallbacks; // Message callback list |
| 104 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected