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.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetDllEntry ( _
    memid As Integer, _
    invkind As INVOKEKIND, _
    refPtrFlags As UInteger, _
    <OutAttribute> ByRef pBstrDllName As String, _
    <OutAttribute> ByRef pBstrName As String, _
    <OutAttribute> ByRef pwOrdinal As UShort _
)
void GetDllEntry(
    int memid,
    INVOKEKIND invkind,
    uint refPtrFlags,
    out string pBstrDllName,
    out string pBstrName,
    out ushort pwOrdinal
)
void GetDllEntry(
    [InAttribute] int memid, 
    [InAttribute] INVOKEKIND invkind, 
    [InAttribute] unsigned int refPtrFlags, 
    [OutAttribute] String^% pBstrDllName, 
    [OutAttribute] String^% pBstrName, 
    [OutAttribute] unsigned short% pwOrdinal
)
abstract GetDllEntry : 
        memid:int * 
        invkind:INVOKEKIND * 
        refPtrFlags:uint32 * 
        pBstrDllName:string byref * 
        pBstrName:string byref * 
        pwOrdinal:uint16 byref -> unit 
function GetDllEntry(
    memid : int, 
    invkind : INVOKEKIND, 
    refPtrFlags : uint, 
    pBstrDllName : String, 
    pBstrName : String, 
    pwOrdinal : ushort
)
Parameters
- memid
 Type: System.Int32
- invkind
 Type: Microsoft.VisualStudio.OLE.Interop.INVOKEKIND
- refPtrFlags
 Type: System.UInt32
- pBstrDllName
 Type: System.String%
- pBstrName
 Type: System.String%
- pwOrdinal
 Type: System.UInt16%
.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.