 |
AVIFileOpen ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The AVIFileOpen function opens an AVI file and returns the address of a file interface used to access it. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
STDAPI AVIFileOpen(
PAVIFILE * ppfile,
LPCTSTR szFile,
UINT mode,
CLSID pclsidHandler
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER AVIFileOpen IN avifil32;
INTEGER @ ppfile,;
STRING szFile,;
INTEGER mode,;
INTEGER pclsidHandler
|
 |
 |
 |
| Parameters: |
 |
ppfile
Pointer to a buffer that receives the new IAVIFile interface pointer.
szFile
Null-terminated string containing the name of the file to open.
mode
Access mode to use when opening the file.
pclsidHandler
Pointer to a class identifier of the standard or custom handler you want to use.
|
 |
 |
| Return value: |
 |
| Returns zero if successful or an error otherwise. |
 |
 |
| Word Index links for the AVIFileOpen : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-11-28 18:34:07 | | Modified: | 2003-11-28 18:35:41 | Visited in last 7 days: 37 |