 |
EnumDeviceDrivers ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The EnumDeviceDrivers function retrieves the load address for each device driver in the system. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL EnumDeviceDrivers(
LPVOID *lpImageBase, // array of load addresses
DWORD cb, // size of array
LPDWORD lpcbNeeded // number of bytes returned
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER EnumDeviceDrivers IN psapi;
STRING @ lpImageBase,;
INTEGER cb,;
INTEGER @ lpcbNeeded
|
 |
 |
 |
| Parameters: |
 |
lpImageBase
[out] Pointer to an array that receives the list of load addresses for the device drivers.
cb
[in] Specifies the size, in bytes, of the lpImageBase array.
lpcbNeeded
[out] Receives the number of bytes returned in the lpImageBase array. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
Windows NT/2000/XP: Included in Windows NT 4.0 and later.
Windows 95/98/Me: Unsupported. |
 |
 |
| Word Index links for the EnumDeviceDrivers : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-10-25 21:15:08 | | Modified: | 2001-11-26 16:03:48 | Visited in last 7 days: 17 |