wnaspi32.spec 692 Bytes
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1 2
name	wnaspi32
type	win32
3
init	WNASPI32_LibMain
Alexandre Julliard's avatar
Alexandre Julliard committed
4

5
import	advapi32.dll
6
import	kernel32.dll
7 8 9
import	ntdll.dll

debug_channels (aspi)
10

11 12 13
# we have several ordinal clashes here, it seems...

1 cdecl GetASPI32SupportInfo() GetASPI32SupportInfo
Andreas Mohr's avatar
Andreas Mohr committed
14
2 cdecl SendASPI32Command(ptr) SendASPI32Command
15 16 17 18 19 20 21 22 23
4 cdecl GetASPI32DLLVersion() GetASPI32DLLVersion

# 5 is the ordinal used by Adaptec's WNASPI32 DLL
#5 cdecl GetASPI32DLLVersion() GetASPI32DLLVersion
6 stub RegisterWOWPost
7 cdecl TranslateASPI32Address(ptr ptr) TranslateASPI32Address
8 cdecl GetASPI32Buffer(ptr) GetASPI32Buffer
# FreeASPI32Buffer: ord clash with GetASPI32DLLVersion (4), so use 14 instead
14 cdecl FreeASPI32Buffer(ptr) FreeASPI32Buffer