Uses of Class
com.jniwrapper.win32.automation.types.MemberID

Packages that use MemberID
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.automation.impl The com.jniwrapper.win32.automation.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.automation package. 
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
 

Uses of MemberID in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation with parameters of type MemberID
 void ITypeLib.findName(BStr szNameBuf, ULongInt lHashVal, ITypeInfo ppTInfo, MemberID rgMemId, UInt16 pcFound)
           
 void ITypeInfo.getNames(MemberID memid, ComplexArray rgBstrNames, UInt cMaxNames, UInt pcNames)
           
 void ITypeInfo.invoke(IDispatch pvInstance, MemberID memid, UInt16 wFlags, DispParams pDispParams, Variant pVarResult, ExcepInfo pExcepInfo, UInt puArgErr)
           
 void ITypeInfo.getDocumentation(MemberID memid, BStr pBstrName, BStr pBstrDocString, UInt32 pdwHelpContext, BStr pBstrHelpFile)
           
 void ITypeInfo.getDllEntry(MemberID memid, InvokeKind invkind, BStr pBstrDllName, BStr pBstrName, UInt16 pwOrdinal)
           
 Pointer.Void ITypeInfo.addressOfMember(MemberID memid, InvokeKind invkind)
           
 BStr ITypeInfo.getMops(MemberID memid)
           
 

Uses of MemberID in com.jniwrapper.win32.automation.impl
 

Methods in com.jniwrapper.win32.automation.impl with parameters of type MemberID
 void ITypeLibImpl.findName(BStr bstrNameBuf, ULongInt lHashVal, ITypeInfo pTInfo, MemberID memid, UInt16 cFound)
           
 void ITypeInfoImpl.getNames(MemberID memid, ComplexArray rgBstrNames, UInt maxNames, UInt pcNames)
           
 void ITypeInfoImpl.invoke(IDispatch pvInstance, MemberID memid, UInt16 flags, DispParams params, Variant varResult, ExcepInfo excepInfo, UInt uArgErr)
           
 void ITypeInfoImpl.getDocumentation(MemberID memid, BStr bstrName, BStr bstrDocString, UInt32 dwHelpContext, BStr bstrHelpFile)
           
 void ITypeInfoImpl.getDllEntry(MemberID memid, InvokeKind invKind, BStr bstrDllName, BStr bstrName, UInt16 wOrdinal)
           
 Pointer.Void ITypeInfoImpl.addressOfMember(MemberID memid, InvokeKind invKind)
           
 BStr ITypeInfoImpl.getMops(MemberID memid)
           
 

Uses of MemberID in com.jniwrapper.win32.automation.types
 

Fields in com.jniwrapper.win32.automation.types declared as MemberID
static MemberID MemberID.MEMBERID_NIL
           
 

Methods in com.jniwrapper.win32.automation.types that return MemberID
 MemberID VarDesc.getMemid()
           
 MemberID TypeAttr.getMemidConstructor()
           
 MemberID TypeAttr.getMemidDestructor()
           
 MemberID FuncDesc.getMemid()