COM Wrapper for IPeekRemoteNodeList.
More...
Public Member Functions | |
HRESULT | Item ([in]LONG nIndex,[out, retval] IPeekSimpleNodeStat **ppNode) |
HRESULT | _NewEnum ([out, retval] IUnknown **pNewEnum) |
HRESULT | Count ([out, retval] LONG *nCount) |
HRESULT | Add ([in] IPeekSimpleNodeStat *pNode) |
HRESULT | RemoveAll (void) |
Detailed Description
COM Wrapper for IPeekRemoteNodeList.This interface is implemented by PeekRemoteNodeList to wrap IPeekRemoteNodeList for Scripting clients to a list of nodes.
Member Function Documentation
|
NewEnum.
|
|
Add a node.
|
|
Get the number of nodes in the list.
|
|
Get the node.
|
|
Remove all the nodes from the list.
|