ThunkInitSL (KERNEL32.46)
VOID ThunkInitSL ( LPBYTE thunk, LPCSTR thkbuf, DWORD len, LPCSTR dll16, LPCSTR dll32 )
thunk | [In] | start of thunkbuffer. |
thkbuf | [In] | name/ordinal of thunkbuffer in Win16 dll. |
len | [In] | length of thunkbuffer. |
dll16 | [In] | name of Win16 dll containing the thkbuf. |
[In] | Win32 dll. FIXME: strange,unused. |
Another thunkbuf link routine. The start of the thunkbuf looks like this: 00: DWORD length 04: SEGPTR address for thunkbuffer pointer [ok probably].
Nothing.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/kernel32/thunk.c". source.winehq.org/source/dlls/kernel32/thunk.c
Debug channel "thunk".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.