13 lines
		
	
	
		
			406 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			406 B
		
	
	
	
		
			Factor
		
	
	
|  | ! Copyright (C) 2009 Doug Coleman. | ||
|  | ! See http://factorcode.org/license.txt for BSD license. | ||
|  | USING: alien.syntax windows.types ;
 | ||
|  | IN: windows.psapi | ||
|  | 
 | ||
|  | LIBRARY: psapi | ||
|  | 
 | ||
|  | FUNCTION: BOOL EnumDeviceDrivers ( LPVOID* lpImageBase, DWORD cb, LPDWORD lpcbNeeded ) ;
 | ||
|  | 
 | ||
|  | FUNCTION: DWORD GetDeviceDriverBaseNameW ( LPVOID ImageBase, LPTSTR lpBaseName, DWORD nSize ) ;
 | ||
|  | 
 | ||
|  | ALIAS: GetDeviceDriverBaseName GetDeviceDriverBaseNameW |