ITypeInfo.GetDocumentation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetDocumentation(int memid, System::UInt32 refPtrFlags, [Runtime::InteropServices::Out] System::String ^ % pBstrName, [Runtime::InteropServices::Out] System::String ^ % pBstrDocString, [Runtime::InteropServices::Out] System::UInt32 % pdwHelpContext, [Runtime::InteropServices::Out] System::String ^ % pBstrHelpFile);
public void GetDocumentation (int memid, uint refPtrFlags, out string pBstrName, out string pBstrDocString, out uint pdwHelpContext, out string pBstrHelpFile);
abstract member GetDocumentation : int * uint32 * string * string * uint32 * string -> unit
Public Sub GetDocumentation (memid As Integer, refPtrFlags As UInteger, ByRef pBstrName As String, ByRef pBstrDocString As String, ByRef pdwHelpContext As UInteger, ByRef pBstrHelpFile As String)
Parameters
- memid
- Int32
- refPtrFlags
- UInt32
- pBstrName
- String
- pBstrDocString
- String
- pdwHelpContext
- UInt32
- pBstrHelpFile
- String