001 /*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005
006 package org.bridj.cpp.com.shell;
007
008 import org.bridj.Pointer;
009 import org.bridj.ann.Virtual;
010
011 /**
012 *
013 * @author Olivier
014 */
015 public class ITaskbarList2 extends ITaskbarList {
016 @Virtual(0) public native int MarkFullscreenWindow(Pointer<Integer> hWnd, boolean fFullscreen);
017 }