2009-10-15 22:43:19 -04:00
|
|
|
! Copyright (C) 2009 Doug Coleman.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
|
|
USING: alien.syntax windows.types ;
|
|
|
|
IN: windows.psapi
|
|
|
|
|
|
|
|
LIBRARY: psapi
|
|
|
|
|
2015-07-19 19:54:27 -04:00
|
|
|
FUNCTION: BOOL EnumDeviceDrivers ( LPVOID* lpImageBase, DWORD cb, LPDWORD lpcbNeeded )
|
2009-10-15 22:43:19 -04:00
|
|
|
|
2015-07-19 19:54:27 -04:00
|
|
|
FUNCTION: DWORD GetDeviceDriverBaseNameW ( LPVOID ImageBase, LPTSTR lpBaseName, DWORD nSize )
|
2009-10-15 22:43:19 -04:00
|
|
|
|
|
|
|
ALIAS: GetDeviceDriverBaseName GetDeviceDriverBaseNameW
|