 |
capGetDriverDescription ..msdn Add comment W32 Constants Translate this page |
 |
 |
The capGetDriverDescription function retrieves the version description of the capture driver.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL VFWAPI capGetDriverDescription(
WORD wDriverIndex,
LPSTR lpszName,
INT cbName,
LPSTR lpszVer,
INT cbVer
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER capGetDriverDescription IN avicap32;
INTEGER wDriverIndex,;
STRING @ lpszName,;
INTEGER cbName,;
STRING @ lpszVer,;
INTEGER cbVer
|
 |
 |
 |
| Parameters: |
 |
wDriverIndex
Index of the capture driver. The index can range from 0 through 9.
lpszName
Pointer to a buffer containing a null-terminated string corresponding to the capture driver name.
cbName
Length, in bytes, of the buffer pointed to by lpszName.
lpszVer
Pointer to a buffer containing a null-terminated string corresponding to the description of the capture driver.
cbVer
Length, in bytes, of the buffer pointed to by lpszVer.
|
 |
 |
| Return value: |
 |
| Returns TRUE if successful or FALSE otherwise. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-05 14:08:33 | | Modified: | 2005-12-19 17:06:22 | Visited in last 7 days: 30 |