| 1107 | } |
| 1108 | |
| 1109 | DWORD CTopLevelWindow::GetWindowColorizationColor(BYTE flags) const |
| 1110 | { |
| 1111 | return DEFCALL_MHOST_METHOD(CTopLevelWindow::GetWindowColorizationColor, flags); |
| 1112 | } |
| 1113 | |
| 1114 | DWORD* CTopLevelWindow::GetCurrentDefaultColorizationFlags(DWORD* flags) const |
| 1115 | { |
nothing calls this directly
no outgoing calls
no test coverage detected