SSCall (KERNEL32.88)
DWORD SSCall ( DWORD nr, DWORD flags, FARPROC fun, ... )
nr | [In] | number of argument bytes. |
flags | [In] | FIXME: flags ?. |
fun | [In] | function to call. |
[In/Out] | arguments. |
One of the real thunking functions. This one seems to be for 32<->32 thunks. It should probably be capable of crossing processboundaries.
And YES, I've seen nr=48 (somewhere in the Win95 32<->16 OLE coupling) [ok].
Thunked function result.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/kernel/thunk.c". source.winehq.org/source/dlls/kernel/thunk.c
Debug channel "thunk".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.