IConsole::NewWindow
[This is preliminary documentation and subject to change.] 
Creates a new MDI child window at a particular item. 
HRESULT NewWindow(
  HSCOPEITEM hScopeItem,    // Scope item for root of new window
  unsigned long lOptions,   // Not currently used
);
 
Parameters
- 
hScopeItem
- 
[in] The scope item that will form the root of the new window. 
- 
lOptions
- 
[in] Not currently used. 
Return Values
- 
S_OK
- 
The interface was successfully returned.
- 
E_UNEXPECTED
- 
An unexpected error occurred.
- 
E_INVALIDARG
- 
The parameter is invalid. This may indicate a NULL pointer.
Remarks
Not implemented in Beta 3.