 |
GetDeviceDriverBaseName ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetDeviceDriverBaseName function retrieves the base name of the specified device driver. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD GetDeviceDriverBaseName(
LPVOID ImageBase, // driver load address
LPTSTR lpBaseName, // driver base name buffer
DWORD nSize // size of buffer
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetDeviceDriverBaseName IN psapi;
INTEGER ImageBase,;
STRING @ lpBaseName,;
INTEGER nSize
|
 |
 |
 |
| Parameters: |
 |
ImageBase
[in] Specifies the load address of the device driver.
lpBaseName
[out] Pointer to the buffer that receives the base name of the device driver.
nSize
[in] Specifies the size, in bytes, of the lpBaseName buffer. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value specifies the length of the string copied to the buffer. If the function fails, the return value is zero. |
 |
 |
| My comment: |
 |
Windows NT/2000/XP: Included in Windows NT 4.0 and later.
Windows 95/98/Me: Unsupported. |
 |
 |
| Word Index links for the GetDeviceDriverBaseName : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-10-25 21:17:47 | | Modified: | 2001-11-26 16:03:48 | Visited in last 7 days: 12 |