Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Sub RemoteGetDocumentation ( _
memid As Integer, _
refPtrFlags As UInteger, _
<OutAttribute> ByRef pBstrName As String, _
<OutAttribute> ByRef pBstrDocString As String, _
<OutAttribute> ByRef pdwHelpContext As UInteger, _
<OutAttribute> ByRef pBstrHelpFile As String _
)
void RemoteGetDocumentation(
int memid,
uint refPtrFlags,
out string pBstrName,
out string pBstrDocString,
out uint pdwHelpContext,
out string pBstrHelpFile
)
void RemoteGetDocumentation(
[InAttribute] int memid,
[InAttribute] unsigned int refPtrFlags,
[OutAttribute] String^% pBstrName,
[OutAttribute] String^% pBstrDocString,
[OutAttribute] unsigned int% pdwHelpContext,
[OutAttribute] String^% pBstrHelpFile
)
abstract RemoteGetDocumentation :
memid:int *
refPtrFlags:uint32 *
pBstrName:string byref *
pBstrDocString:string byref *
pdwHelpContext:uint32 byref *
pBstrHelpFile:string byref -> unit
function RemoteGetDocumentation(
memid : int,
refPtrFlags : uint,
pBstrName : String,
pBstrDocString : String,
pdwHelpContext : uint,
pBstrHelpFile : String
)
Parameters
memid
Type: System.Int32
refPtrFlags
Type: System.UInt32
pBstrName
Type: System.String%
pBstrDocString
Type: System.String%
pdwHelpContext
Type: System.UInt32%
pBstrHelpFile
Type: System.String%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.