 |
mmioDescend ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The mmioDescend function descends into a chunk of a RIFF file that was opened by using the mmioOpen function. It can also search for a given chunk. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT mmioDescend(
HMMIO hmmio,
LPMMCKINFO lpck,
LPMMCKINFO lpckParent,
UINT wFlags
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER mmioDescend IN winmm;
INTEGER hmmio,;
STRING @ lpck,;
STRING @ lpckParent,;
INTEGER wFlags
|
 |
 |
 |
| Parameters: |
 |
hmmio
File handle of an open RIFF file.
lpck
Pointer to a buffer that receives an MMCKINFO structure.
lpckParent
Pointer to an optional application-defined MMCKINFO structure identifying the parent of the chunk being searched for.
wFlags
Search flags. |
 |
 |
| Return value: |
 |
| Returns MMSYSERR_NOERROR (0) if successful or an error otherwise. |
 |
 |
| My comment: |
 |
| The mmioDescend function fills the MMCKINFO structure pointed to by the lpck parameter. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-07-26 13:48:38 | | Modified: | 2003-07-26 13:50:37 | Visited in last 7 days: 28 |