| 257 | } |
| 258 | |
| 259 | static BOOL WdRoInitialize( |
| 260 | _Inout_ PINIT_ONCE InitOnce, |
| 261 | _Inout_opt_ PVOID Parameter, |
| 262 | _Out_opt_ PVOID *Context) |
| 263 | { |
| 264 | WdRoInitializeLibraries(); |
| 265 | WdRoInitializeClasses(); |
| 266 | return TRUE; |
| 267 | } |
| 268 | |
| 269 | static void WdRoEnsureInitialized() |
| 270 | { |
nothing calls this directly
no test coverage detected