Commit 0156612
Colin Robertson
Use SUCCEEDED to handle S_FALSE case
`SUCCEEDED` covers cases of `S_FALSE` returned from [`CoInitializeEx`](https://docs.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-coinitializeex).1 parent 0cc8907 commit 0156612
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- docs/parallel/concrt/codesnippet/CPP
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
0 commit comments