 |
mmioAscend ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The mmioAscend function ascends out of a chunk in a RIFF file descended into with the mmioDescend function or created with the mmioCreateChunk function. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT mmioAscend(
HMMIO hmmio,
LPMMCKINFO lpck,
UINT wFlags
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER mmioAscend IN winmm;
INTEGER hmmio,;
STRING @ lpck,;
INTEGER wFlags
|
 |
 |
 |
| Parameters: |
 |
hmmio
File handle of an open RIFF file.
lpck
Pointer to an application-defined MMCKINFO structure previously filled by the mmioDescend or mmioCreateChunk function.
wFlags
Reserved; must be zero. |
 |
 |
| Return value: |
 |
| Returns MMSYSERR_NOERROR (0) if successful or an error otherwise. |
 |
 |
| My comment: |
 |
| If the chunk was descended into by using mmioDescend, mmioAscend seeks to the location following the end of the chunk (past the extra pad byte, if any). |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-07-26 13:46:33 | | Modified: | 2003-07-26 13:48:22 | Visited in last 7 days: 28 |