ITypeInfo.RemoteGetDocumentation 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.
Microsoft internal use only.
public:
void RemoteGetDocumentation(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);
void RemoteGetDocumentation(int memid, unsigned int refPtrFlags, [Runtime::InteropServices::Out] std::wstring const & & pBstrName, [Runtime::InteropServices::Out] std::wstring const & & pBstrDocString, [Runtime::InteropServices::Out] unsigned int & pdwHelpContext, [Runtime::InteropServices::Out] std::wstring const & & pBstrHelpFile);
public void RemoteGetDocumentation (int memid, uint refPtrFlags, out string pBstrName, out string pBstrDocString, out uint pdwHelpContext, out string pBstrHelpFile);
abstract member RemoteGetDocumentation : int * uint32 * string * string * uint32 * string -> unit
Public Sub RemoteGetDocumentation (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