| 2679 | |
| 2680 | ResultType ParseOptions(LPTSTR aOptions, bool &aSetLastFoundWindow, ToggleValueType &aOwnDialogs); |
| 2681 | void SetOwnDialogs(ToggleValueType state) |
| 2682 | { |
| 2683 | if (state == TOGGLE_INVALID) |
| 2684 | return; |
| 2685 | g->DialogOwner = state == TOGGLED_ON ? mHwnd : NULL; |
| 2686 | } |
| 2687 | void GetNonClientArea(LONG &aWidth, LONG &aHeight); |
| 2688 | void GetTotalWidthAndHeight(LONG &aWidth, LONG &aHeight); |
| 2689 |
nothing calls this directly
no outgoing calls
no test coverage detected