MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / COMInitializeHelper

Method COMInitializeHelper

SpeedTest/COMInitializeHelper.h:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4struct COMInitializeHelper
5{
6 COMInitializeHelper()
7 {
8 if (!SUCCEEDED(CoInitializeEx(NULL, COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE)))
9 throw std::exception{ "COM initialize failed" };
10 }
11
12 ~COMInitializeHelper()
13 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected