table of contents
other versions
- wheezy 1.4.1-4
GetASPI32SupportInfo(3w) | Wine API | GetASPI32SupportInfo(3w) |
NAME¶
GetASPI32SupportInfo (WNASPI32.1)SYNOPSIS¶
DWORD GetASPI32SupportInfo(
)
DESCRIPTION¶
Checks if the ASPI subsystem is initialized correctly.RETURNS¶
HIWORD: 0. HIBYTE of LOWORD: status (SS_COMP or SS_FAILED_INIT) LOBYTE of LOWORD: # of host adapters.IMPLEMENTATION¶
Declared in "wnaspi32.h". Implemented in "dlls/wnaspi32/winaspi32.c". Debug channel "aspi".Oct 2012 | Wine API |