DocList_GetNextSelectedWaveFile
4/8/2010
This function gets the next selected WAV file from the document list.
Syntax
BOOL DocList_GetNextSelectedWaveFile(
HWND hwnd,
int * pIndex,
LPTSTR szPath,
const size_t cchPath
);
Parameters
- hwnd
Handle to the document list view window.
- pIndex
[in/out] Reference to the index of the current WAV file (input) and the index of the next WAV file (output) in the document list view.
- szPath
[out] Buffer filled with the path name of the WAV file.
- cchPath
[in] Size of the szPath buffer.
Return Value
This function returns TRUE if the next WAV file is found and the path and index information are successfully provided.
Requirements
Header | doclist.h |
Library | doclist.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later |