]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/psapi/psapi.factor
factor: rename files that are not loadable on mac, too
[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