7 references to GetDocumentation
System.Private.Windows.Core (2)
Windows.Win32.ITypeInfo.g.cs (2)
470
/// <inheritdoc cref="
GetDocumentation
(int, winmdroot.Foundation.BSTR*, winmdroot.Foundation.BSTR*, uint*, winmdroot.Foundation.BSTR*)"/>
475
winmdroot.Foundation.HRESULT __result = this.
GetDocumentation
(memid, pBstrName, pBstrDocString, pdwHelpContextLocal, pBstrHelpFile);
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
492
HRESULT hr = typeInfo->
GetDocumentation
(dispid, &nameBstr, &helpStringBstr, null, null);
713
enumTypeInfo->
GetDocumentation
(PInvoke.MEMBERID_NIL, &enumNameBstr, &enumHelpStringBstr, null, null);
738
hr = enumTypeInfo->
GetDocumentation
(pVarDesc->memid, &nameBstr, &helpBstr, null, null);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
90
typeInfo.Value->
GetDocumentation
(
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
92
typeInfo.Value->
GetDocumentation
(4, &name, &docString, &dwHelpContext, &helpFile);