1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/capi2032/capi2032.spec
Alexandre Julliard 85b063af4c capi2032: Move libcapi20.so interface to a separate Unix library.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-29 09:58:55 +02:00

12 lines
436 B
Python

1 stdcall CAPI_REGISTER(long long long long ptr)
2 stdcall CAPI_RELEASE(long)
3 stdcall CAPI_PUT_MESSAGE(long ptr)
4 stdcall CAPI_GET_MESSAGE(long ptr)
5 stdcall CAPI_WAIT_FOR_SIGNAL(long)
6 stdcall CAPI_GET_MANUFACTURER(ptr)
7 stdcall CAPI_GET_VERSION(ptr ptr ptr ptr)
8 stdcall CAPI_GET_SERIAL_NUMBER(ptr)
9 stdcall CAPI_GET_PROFILE(ptr long)
10 stdcall CAPI_INSTALLED()
99 stdcall CAPI_MANUFACTURER(long long long ptr long)