org.bridj.cpp.com.shell
Class ITaskbarList3
java.lang.Object
org.bridj.NativeObject
org.bridj.StructObject
org.bridj.cpp.CPPObject
org.bridj.cpp.com.IUnknown
org.bridj.cpp.com.shell.ITaskbarList
org.bridj.cpp.com.shell.ITaskbarList2
org.bridj.cpp.com.shell.ITaskbarList3
- All Implemented Interfaces:
- NativeObjectInterface
public class ITaskbarList3
- extends ITaskbarList2
Method Summary |
void |
RegisterTab(Pointer<Integer> hWndTab,
Pointer<Integer> hWndMDI)
|
void |
SetOverlayIcon(Pointer<Integer> hWnd,
Pointer<?> hIcon,
Pointer<Character> pszDescription)
|
int |
SetProgressState(Pointer<Integer> hWnd,
ValuedEnum<ITaskbarList3.TbpFlag> Flags)
|
int |
SetProgressValue(Pointer<Integer> hWnd,
long Completed,
long Total)
|
void |
SetTabActive(Pointer<Integer> hWndTab,
Pointer<Integer> hWndMDI,
int dwReserved)
|
void |
SetTabOrder(Pointer<Integer> hWndTab,
Pointer<Integer> hwndInsertBefore)
|
void |
SetThumbnailClip(Pointer<Integer> hWnd,
Pointer<ITaskbarList3.RECT> prcClip)
|
void |
SetThumbnailTooltip(Pointer<Integer> hWnd,
Pointer<Character> pszTip)
|
void |
ThumbBarAddButtons(Pointer<Integer> hWnd,
int cButtons,
Pointer<ITaskbarList3.THUMBBUTTON> pButtons)
|
void |
ThumbBarSetImageList(Pointer<Integer> hWnd,
Pointer<Integer> himl)
|
void |
ThumbBarUpdateButtons(Pointer<Integer> hWnd,
int cButtons,
Pointer<ITaskbarList3.THUMBBUTTON> pButtons)
|
void |
UnregisterTab(Pointer<Integer> hWndTab)
|
ITaskbarList3
public ITaskbarList3()
SetProgressValue
public int SetProgressValue(Pointer<Integer> hWnd,
long Completed,
long Total)
SetProgressState
public int SetProgressState(Pointer<Integer> hWnd,
ValuedEnum<ITaskbarList3.TbpFlag> Flags)
RegisterTab
public void RegisterTab(Pointer<Integer> hWndTab,
Pointer<Integer> hWndMDI)
UnregisterTab
public void UnregisterTab(Pointer<Integer> hWndTab)
SetTabOrder
public void SetTabOrder(Pointer<Integer> hWndTab,
Pointer<Integer> hwndInsertBefore)
SetTabActive
public void SetTabActive(Pointer<Integer> hWndTab,
Pointer<Integer> hWndMDI,
int dwReserved)
ThumbBarAddButtons
public void ThumbBarAddButtons(Pointer<Integer> hWnd,
int cButtons,
Pointer<ITaskbarList3.THUMBBUTTON> pButtons)
ThumbBarUpdateButtons
public void ThumbBarUpdateButtons(Pointer<Integer> hWnd,
int cButtons,
Pointer<ITaskbarList3.THUMBBUTTON> pButtons)
ThumbBarSetImageList
public void ThumbBarSetImageList(Pointer<Integer> hWnd,
Pointer<Integer> himl)
SetOverlayIcon
public void SetOverlayIcon(Pointer<Integer> hWnd,
Pointer<?> hIcon,
Pointer<Character> pszDescription)
SetThumbnailTooltip
public void SetThumbnailTooltip(Pointer<Integer> hWnd,
Pointer<Character> pszTip)
SetThumbnailClip
public void SetThumbnailClip(Pointer<Integer> hWnd,
Pointer<ITaskbarList3.RECT> prcClip)
Copyright © 2009-2012. All Rights Reserved.