Share via


DocList_GetNextSelectedWaveFile

Send Feedback

This function gets the next selected WAV file from the document list.

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 Values

This function returns TRUE if the next WAV file is found and the path and index information are successfully provided.

Requirements

Pocket PC: Pocket PC 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: doclist.h.
Library: doclist.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.