Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
4/8/2010
The DocList_GetNextWaveFile macro retrieves the next listed WAV file.
Syntax
DocList_GetNextWaveFile (
HWND hwnd,
int* pitem
);
Parameters
- hwnd
Handle to the document list view window.
- pitem
Reference to an integer; set to the index of the item to begin the search with, or –1 to find the first WAV file in the document list. The specified item itself is excluded from the search.
Return Value
Returns TRUE if there is another WAV file to get. The return value is always FALSE when pitem is passed as -1.
Requirements
| Header | doclist.h |
| Library | doclist.lib |
| Windows Embedded CE | Windows CE 3.0 and later |
| Windows Mobile | Pocket PC 2002 and later |