Uses of Class
org.bridj.ann.Virtual

Packages that use Virtual
org.bridj.cpp.com BridJ COM support (Windows-only, working but under-tested). 
org.bridj.cpp.com.shell BridJ mappings for some common Windows COM Shell interfaces. 
org.bridj.cpp.mfc BridJ Windows MFC runtime (not working properly yet). 
 

Uses of Virtual in org.bridj.cpp.com
 

Methods in org.bridj.cpp.com with annotations of type Virtual
 int IUnknown.AddRef()
           
 int IClassFactory.CreateInstance(Pointer<IUnknown> pUnkOuter, Pointer<Byte> riid, Pointer<Pointer<IUnknown>> ppvObject)
          Deprecated. 
 int IRecordInfo.GetField(Pointer<?> pvData, Pointer<Byte> szFieldName, Pointer<VARIANT> pvarField)
           
 int IRecordInfo.GetFieldNames(Pointer<Integer> pcNames, Pointer<Pointer<Byte>> rgBstrNames)
           
 int IRecordInfo.GetFieldNoCopy(Pointer<?> pvData, Pointer<Byte> szFieldName, Pointer<VARIANT> pvarField, Pointer<Pointer<?>> ppvDataCArray)
           
 int IRecordInfo.GetGuid(Pointer<GUID> pguid)
           
 int IDispatch.GetIDsOfNames(Pointer riid, Pointer<Pointer<Character>> rgszNames, int cNames, int lcid, Pointer<Integer> rgDispId)
           
 int IRecordInfo.GetName(Pointer<Pointer<Byte>> pbstrName)
           
 int IRecordInfo.GetSize(Pointer<Integer> pcbSize)
           
 int IDispatch.GetTypeInfo(int iTInfo, int lcid, Pointer<Pointer<ITypeInfo>> ppTInfo)
           
 int IRecordInfo.GetTypeInfo(Pointer<Pointer<ITypeInfo>> ppTypeInfo)
           
 int IDispatch.GetTypeInfoCount(Pointer<Integer> pctinfo)
           
 int IDispatch.Invoke(int dispIdMember, Pointer<Byte> riid, int lcid, short wFlags, Pointer<IDispatch.DISPPARAMS> pDispParams, Pointer<VARIANT> pVarResult, Pointer<IDispatch.EXCEPINFO> pExcepInfo, Pointer<Integer> puArgErr)
           
 boolean IRecordInfo.IsMatchingType(Pointer<IRecordInfo> pRecordInfo)
           
 int IClassFactory.LockServer(boolean fLock)
           
 int IRecordInfo.PutField(int wFlags, Pointer<?> pvData, Pointer<Byte> szFieldName, Pointer<VARIANT> pvarField)
           
 int IRecordInfo.PutFieldNoCopy(int wFlags, Pointer<?> pvData, Pointer<Byte> szFieldName, Pointer<VARIANT> pvarField)
           
 int IUnknown.QueryInterface(Pointer<Byte> riid, Pointer<Pointer<IUnknown>> ppvObject)
          Deprecated. 
 int IRecordInfo.RecordClear(Pointer<?> pvExisting)
           
 int IRecordInfo.RecordCopy(Pointer<?> pvExisting, Pointer<?> pvNew)
           
 Pointer<?> IRecordInfo.RecordCreate()
           
 int IRecordInfo.RecordCreateCopy(Pointer<?> pvSource, Pointer<Pointer<?>> ppvDest)
           
 int IRecordInfo.RecordDestroy(Pointer<?> pvRecord)
           
 int IRecordInfo.RecordInit(Pointer<?> pvNew)
           
 int IUnknown.Release()
           
 

Uses of Virtual in org.bridj.cpp.com.shell
 

Methods in org.bridj.cpp.com.shell with annotations of type Virtual
 void ITaskbarList.ActivateTab(Pointer<Integer> hWnd)
           
 void ITaskbarList.AddTab(Pointer<Integer> hWnd)
           
 void ITaskbarList.DeleteTab(Pointer<Integer> hWnd)
           
 void ITaskbarList.HrInit()
           
 int ITaskbarList2.MarkFullscreenWindow(Pointer<Integer> hWnd, boolean fFullscreen)
           
 void ITaskbarList3.RegisterTab(Pointer<Integer> hWndTab, Pointer<Integer> hWndMDI)
           
 void ITaskbarList.SetActiveAlt(Pointer<Integer> hWnd)
           
 void ITaskbarList3.SetOverlayIcon(Pointer<Integer> hWnd, Pointer<?> hIcon, Pointer<Character> pszDescription)
           
 int ITaskbarList3.SetProgressState(Pointer<Integer> hWnd, ValuedEnum<ITaskbarList3.TbpFlag> Flags)
           
 int ITaskbarList3.SetProgressValue(Pointer<Integer> hWnd, long Completed, long Total)
           
 void ITaskbarList3.SetTabActive(Pointer<Integer> hWndTab, Pointer<Integer> hWndMDI, int dwReserved)
           
 void ITaskbarList3.SetTabOrder(Pointer<Integer> hWndTab, Pointer<Integer> hwndInsertBefore)
           
 void ITaskbarList3.SetThumbnailClip(Pointer<Integer> hWnd, Pointer<ITaskbarList3.RECT> prcClip)
           
 void ITaskbarList3.SetThumbnailTooltip(Pointer<Integer> hWnd, Pointer<Character> pszTip)
           
 void ITaskbarList3.ThumbBarAddButtons(Pointer<Integer> hWnd, int cButtons, Pointer<ITaskbarList3.THUMBBUTTON> pButtons)
           
 void ITaskbarList3.ThumbBarSetImageList(Pointer<Integer> hWnd, Pointer<Integer> himl)
           
 void ITaskbarList3.ThumbBarUpdateButtons(Pointer<Integer> hWnd, int cButtons, Pointer<ITaskbarList3.THUMBBUTTON> pButtons)
           
 void ITaskbarList3.UnregisterTab(Pointer<Integer> hWndTab)
           
 

Uses of Virtual in org.bridj.cpp.mfc
 

Methods in org.bridj.cpp.mfc with annotations of type Virtual
 void CCmdUI.Enable(boolean bOn)
           
 Pointer<CRuntimeClass> CObject.GetRuntimeClass()
           
 boolean CObject.IsKindOf(Pointer<CRuntimeClass> pClass)
           
 int CWnd.SendMessage(int message, int wParam, int lParam)
           
 void CWnd.SetWindowText(Pointer<CString> lpszString)
           
 



Copyright © 2009-2012. All Rights Reserved.