We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028cc1a commit e9546e1Copy full SHA for e9546e1
docs/debugger/debug-interface-access/idiaenumsectioncontribs.md
@@ -45,7 +45,7 @@ This example shows how to obtain (the `GetEnumSectionContribs` function) and use
45
46
```C++
47
48
- IDiaEnumSectionContribs* GetEnumSectionContribs(IDiaSession *pSession)
+IDiaEnumSectionContribs* GetEnumSectionContribs(IDiaSession *pSession)
49
{
50
IDiaEnumSectionContribs* pUnknown = NULL;
51
REFIID iid = __uuidof(IDiaEnumSectionContribs);
0 commit comments