ITypeInfo::GetDllEntry Method (Int32, INVOKEKIND, UInt32, String^, String^, UInt16)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void GetDllEntry( int memid, INVOKEKIND invkind, unsigned int refPtrFlags, [OutAttribute] String^% pBstrDllName, [OutAttribute] String^% pBstrName, [OutAttribute] unsigned short% pwOrdinal )
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
Show: