| 267 | } |
| 268 | |
| 269 | static void WdRoEnsureInitialized() |
| 270 | { |
| 271 | static volatile bool s_Initialized; |
| 272 | static INIT_ONCE s_InitOnce = INIT_ONCE_STATIC_INIT; |
| 273 | InitOnceExecuteOnce(&s_InitOnce, WdRoInitialize, nullptr, nullptr); |
| 274 | } |
| 275 | |
| 276 | _Use_decl_annotations_ |
| 277 | HRESULT WINAPI WdRoGetActivationFactoryCore( |
no outgoing calls
no test coverage detected