COM Wrapper for IWPFileList.
More...
Public Member Functions | |
HRESULT | Item ([in] LONG nIndex,[out, retval] IWPFileInfo **ppFileInfo) |
HRESULT | Count ([out, retval] LONG *nCount) |
HRESULT | Add ([in] IWPFileInfo *pFileInfo) |
Detailed Description
COM Wrapper for IWPFileList.This interface is implemented by WPFileList to wrap IWPFileList for Scripting clients to access a file list.
Member Function Documentation
|
Add a file to the list.
|
|
Get the number of files in the list.
|
|
Get a file from the list.
|