/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib.impl;
import com.wilutions.com.*;
@SuppressWarnings("all")
@CoClass(guid="{963FF1DF-AEB7-CA8F-2D94-69C70AFC5B8A}")
public class IVideoWindowImpl extends Dispatch implements com.wilutions.mslib.uccollaborationlib.IVideoWindow {
@DeclDISPID(1610743808) public void setCaption(final String value) throws ComException {
assert(value != null);
this._dispatchCall(1610743808,"Caption", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743808) public String getCaption() throws ComException {
final Object obj = this._dispatchCall(1610743808,"Caption", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (String)obj;
}
@DeclDISPID(1610743810) public void setWindowStyle(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743810,"WindowStyle", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743810) public Integer getWindowStyle() throws ComException {
final Object obj = this._dispatchCall(1610743810,"WindowStyle", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743812) public void setWindowStyleEx(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743812,"WindowStyleEx", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743812) public Integer getWindowStyleEx() throws ComException {
final Object obj = this._dispatchCall(1610743812,"WindowStyleEx", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743814) public void setAutoShow(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743814,"AutoShow", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743814) public Integer getAutoShow() throws ComException {
final Object obj = this._dispatchCall(1610743814,"AutoShow", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743816) public void setWindowState(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743816,"WindowState", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743816) public Integer getWindowState() throws ComException {
final Object obj = this._dispatchCall(1610743816,"WindowState", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743818) public void setBackgroundPalette(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743818,"BackgroundPalette", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743818) public Integer getBackgroundPalette() throws ComException {
final Object obj = this._dispatchCall(1610743818,"BackgroundPalette", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743820) public void setVisible(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743820,"Visible", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743820) public Integer getVisible() throws ComException {
final Object obj = this._dispatchCall(1610743820,"Visible", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743822) public void setLeft(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743822,"Left", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743822) public Integer getLeft() throws ComException {
final Object obj = this._dispatchCall(1610743822,"Left", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743824) public void setWidth(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743824,"Width", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743824) public Integer getWidth() throws ComException {
final Object obj = this._dispatchCall(1610743824,"Width", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743826) public void setTop(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743826,"Top", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743826) public Integer getTop() throws ComException {
final Object obj = this._dispatchCall(1610743826,"Top", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743828) public void setHeight(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743828,"Height", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743828) public Integer getHeight() throws ComException {
final Object obj = this._dispatchCall(1610743828,"Height", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743830) public void setOwner(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743830,"Owner", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743830) public Integer getOwner() throws ComException {
final Object obj = this._dispatchCall(1610743830,"Owner", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743832) public void setMessageDrain(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743832,"MessageDrain", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743832) public Integer getMessageDrain() throws ComException {
final Object obj = this._dispatchCall(1610743832,"MessageDrain", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743834) public Integer getBorderColor() throws ComException {
final Object obj = this._dispatchCall(1610743834,"BorderColor", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743834) public void setBorderColor(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743834,"BorderColor", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743836) public Integer getFullScreenMode() throws ComException {
final Object obj = this._dispatchCall(1610743836,"FullScreenMode", DISPATCH_PROPERTYGET,null);
if (obj == null) return null;
return (Integer)obj;
}
@DeclDISPID(1610743836) public void setFullScreenMode(final Integer value) throws ComException {
assert(value != null);
this._dispatchCall(1610743836,"FullScreenMode", DISPATCH_PROPERTYPUT,value);
}
@DeclDISPID(1610743838) public void SetWindowForeground(final Integer Focus) throws ComException {
assert(Focus != null);
this._dispatchCall(1610743838,"SetWindowForeground", DISPATCH_METHOD,null,Focus);
}
@DeclDISPID(1610743839) public void NotifyOwnerMessage(final Integer hwnd, final Integer uMsg, final Integer wParam, final Integer lParam) throws ComException {
assert(hwnd != null);
assert(uMsg != null);
assert(wParam != null);
assert(lParam != null);
this._dispatchCall(1610743839,"NotifyOwnerMessage", DISPATCH_METHOD,null,hwnd,uMsg,wParam,lParam);
}
@DeclDISPID(1610743840) public void SetWindowPosition(final Integer Left, final Integer Top, final Integer Width, final Integer Height) throws ComException {
assert(Left != null);
assert(Top != null);
assert(Width != null);
assert(Height != null);
this._dispatchCall(1610743840,"SetWindowPosition", DISPATCH_METHOD,null,Left,Top,Width,Height);
}
@DeclDISPID(1610743841) public void GetWindowPosition(final ByRef<Integer> pLeft, final ByRef<Integer> pTop, final ByRef<Integer> pWidth, final ByRef<Integer> pHeight) throws ComException {
assert(pLeft != null);
assert(pTop != null);
assert(pWidth != null);
assert(pHeight != null);
this._dispatchCall(1610743841,"GetWindowPosition", DISPATCH_METHOD,null,pLeft,pTop,pWidth,pHeight);
}
@DeclDISPID(1610743842) public void GetMinIdealImageSize(final ByRef<Integer> pWidth, final ByRef<Integer> pHeight) throws ComException {
assert(pWidth != null);
assert(pHeight != null);
this._dispatchCall(1610743842,"GetMinIdealImageSize", DISPATCH_METHOD,null,pWidth,pHeight);
}
@DeclDISPID(1610743843) public void GetMaxIdealImageSize(final ByRef<Integer> pWidth, final ByRef<Integer> pHeight) throws ComException {
assert(pWidth != null);
assert(pHeight != null);
this._dispatchCall(1610743843,"GetMaxIdealImageSize", DISPATCH_METHOD,null,pWidth,pHeight);
}
@DeclDISPID(1610743844) public void GetRestorePosition(final ByRef<Integer> pLeft, final ByRef<Integer> pTop, final ByRef<Integer> pWidth, final ByRef<Integer> pHeight) throws ComException {
assert(pLeft != null);
assert(pTop != null);
assert(pWidth != null);
assert(pHeight != null);
this._dispatchCall(1610743844,"GetRestorePosition", DISPATCH_METHOD,null,pLeft,pTop,pWidth,pHeight);
}
@DeclDISPID(1610743845) public void HideCursor(final Integer HideCursor) throws ComException {
assert(HideCursor != null);
this._dispatchCall(1610743845,"HideCursor", DISPATCH_METHOD,null,HideCursor);
}
@DeclDISPID(1610743846) public void IsCursorHidden(final ByRef<Integer> CursorHidden) throws ComException {
assert(CursorHidden != null);
this._dispatchCall(1610743846,"IsCursorHidden", DISPATCH_METHOD,null,CursorHidden);
}
public IVideoWindowImpl(String progId) throws ComException {
super(progId, "{56A868B4-0AD4-11CE-B03A-0020AF0BA770}");
}
protected IVideoWindowImpl(long ndisp) {
super(ndisp);
}
public String toString() {
return "[IVideoWindowImpl" + super.toString() + "]";
}
}