 |
AVIStreamReadFormat ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The AVIStreamReadFormat function reads the stream format data. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
STDAPI AVIStreamReadFormat(
PAVISTREAM pavi,
LONG lPos,
LPVOID lpFormat,
LONG * lpcbFormat
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER AVIStreamReadFormat IN avifil32;
INTEGER pavi,;
INTEGER lPos,;
STRING @ lpFormat,;
INTEGER @ lpcbFormat
|
 |
 |
 |
| Parameters: |
 |
pavi
Handle to an open stream.
lPos
Position in the stream used to obtain the format data.
lpFormat
Pointer to a buffer to contain the format data.
lpcbFormat
Pointer to a location indicating the size of the memory block referenced by lpFormat.
|
 |
 |
| Return value: |
 |
| Returns zero if successful or an error otherwise. |
 |
 |
| My comment: |
 |
| MSDN says that the argument pavi is a pointer to an IAVIStream interface. From the FoxPro point of view pavi is rather a pointer. |
 |
 |
| Word Index links for the AVIStreamReadFormat : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-12-02 21:26:51 | | Modified: | 2003-12-02 21:29:46 | Visited in last 7 days: 17 |