 |
AVIFileGetStream ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The AVIFileGetStream function returns the address of a stream interface that is associated with a specified AVI file. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
STDAPI AVIFileGetStream(
PAVIFILE pfile,
PAVISTREAM * ppavi,
DWORD fccType,
LONG lParam
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER AVIFileGetStream IN avifil32;
INTEGER pfile,;
INTEGER @ ppavi,;
INTEGER fccType,;
INTEGER lParam
|
 |
 |
 |
| Parameters: |
 |
pfile
Handle to an open AVI file.
ppavi
Pointer to the new stream interface.
fccType
Four-character code indicating the type of stream to open.
lParam
Count of the stream type. Identifies which occurrence of the specified stream type to access.
|
 |
 |
| Return value: |
 |
| Returns zero if successful or an error otherwise. |
 |
 |
| Word Index links for the AVIFileGetStream : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-11-28 20:52:52 | | Modified: | 2003-11-28 20:56:39 | Visited in last 7 days: 35 |