NAME

SSCall  (KERNEL32.88)

SYNOPSIS

 DWORD SSCall
 (
  DWORD   nr,
  DWORD   flags,
  FARPROC fun,
... )

PARAMS

nr [In] number of argument bytes.
flags [In] FIXME: flags ?.
fun [In] function to call.
[In/Out] arguments.

DESCRIPTION

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].

RETURNS

Thunked function result.

IMPLEMENTATION

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.