Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 szPathbuffer.

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

See Also