COM Wrapper for IPeekRemoteCaptureList.
More...
Public Member Functions | |
HRESULT | Item (LONG nIndex,[out, retval] IPeekRemoteCaptureInfo **pItem) |
HRESULT | _NewEnum ([out, retval] IUnknown **pNewEnum) |
HRESULT | Count ([out, retval] LONG *nCount) |
HRESULT | AddItem ([in] IPeekRemoteCaptureInfo *pCaptureItem) |
HRESULT | RemoveAll (void) |
Detailed Description
COM Wrapper for IPeekRemoteCaptureList.This interface is implemented by PeekRemoteCaptureList to wrap IPeekRemoteCaptureList for Scripting clients to a list of captures.
Member Function Documentation
|
NewEnum.
|
|
Add a capture.
|
|
Get the number of captures in the list.
|
|
Get the capture.
|
|
Remove all the captures from the list.
|