]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/psapi/psapi.factor
b45928f615e9e4cba1755c92313c476197d3ea44
[factor.git] / basis / windows / psapi / psapi.factor
1 ! Copyright (C) 2009 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: alien.syntax windows.types ;
4 IN: windows.psapi
5
6 LIBRARY: psapi
7
8 FUNCTION: BOOL EnumDeviceDrivers ( LPVOID* lpImageBase, DWORD cb, LPDWORD lpcbNeeded ) ;
9
10 FUNCTION: DWORD GetDeviceDriverBaseNameW ( LPVOID ImageBase, LPTSTR lpBaseName, DWORD nSize ) ;
11
12 ALIAS: GetDeviceDriverBaseName GetDeviceDriverBaseNameW