<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><FONT color=#0000ff size=2><FONT color=#0000ff size=2>
<DIV>typedef</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>enum</DIV></FONT></FONT><FONT size=2>
<DIV>{</DIV>
<DIV>VMMDev_Seamless_Disabled = 0, </FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>/**< normal mode; entire guest desktop displayed. */</DIV></FONT></FONT><FONT size=2>
<DIV>VMMDev_Seamless_Visible_Region = 1, </FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>/**< visible region mode; only top-level guest windows displayed. */</DIV></FONT></FONT><FONT size=2>
<DIV>VMMDev_Seamless_Host_Window = 2 </FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>/**< windowed mode; each top-level guest window is represented in a host window. */</DIV></FONT></FONT><FONT size=2>
<DIV>} VMMDevSeamlessMode;</DIV>
<DIV> </DIV>
<DIV>is VMMDev_Seamless_Host_Window reserved for taskbar/systray integration mode? If so, will use it, instead of adding a new one. Eventually will implement host window for each guest top window.</DIV>
<DIV> </DIV></FONT></td></tr></table>