ITypeInfo.RemoteGetFuncDesc Method

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 RemoteGetFuncDesc ( _
    index As UInteger, _
    <OutAttribute> ppFuncDesc As IntPtr, _
    <OutAttribute> ByRef pDummy As UInteger _
)
void RemoteGetFuncDesc(
    uint index,
    IntPtr ppFuncDesc,
    out uint pDummy
)
void RemoteGetFuncDesc(
    [InAttribute] unsigned int index, 
    [OutAttribute] IntPtr ppFuncDesc, 
    [OutAttribute] unsigned int% pDummy
)
abstract RemoteGetFuncDesc : 
        index:uint32 * 
        ppFuncDesc:IntPtr byref * 
        pDummy:uint32 byref -> unit
function RemoteGetFuncDesc(
    index : uint, 
    ppFuncDesc : IntPtr, 
    pDummy : uint
)

Parameters

  • index
    Type: UInt32

     

  • ppFuncDesc
    Type: IntPtr

     

  • pDummy
    Type: UInt32%

     

.NET Framework Security

See Also

Reference

ITypeInfo Interface

Microsoft.VisualStudio.VsWizard Namespace