| 10 | } |
| 11 | |
| 12 | ~COMInitializeHelper() |
| 13 | { |
| 14 | CoUninitialize(); |
| 15 | } |
| 16 | |
| 17 | COMInitializeHelper(COMInitializeHelper const&) = delete; |
| 18 | COMInitializeHelper(COMInitializeHelper&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected