Note that collection indicies are always 1-based.
You can retrieve all the windows using IiTunes::Windows().
Public Member Functions | |
Properties | |
HRESULT | Count ([out, retval] long *count) |
Returns the number of windows in the collection. | |
HRESULT | Item ([in] long index,[out, retval] IITWindow **iWindow) |
Returns an IITWindow object corresponding to the given index (1-based). | |
HRESULT | ItemByName ([in] BSTR name,[out, retval] IITWindow **iWindow) |
Returns an IITWindow object with the specified name. | |
HRESULT | _NewEnum ([out, retval] IUnknown **iEnumerator) |
Returns an IEnumVARIANT object which can enumerate the collection. |
|
Returns an IEnumVARIANT object which can enumerate the collection.
|
|
Returns the number of windows in the collection.
|
|
Returns an IITWindow object corresponding to the given index (1-based).
|
|
Returns an IITWindow object with the specified name.
|