windows-nt/Source/XPSP1/NT/base/mvdm/thunk/pdcthk.thk
2020-09-26 16:20:57 +08:00

28 lines
606 B
Plaintext

__foldwin32sstuff __foldwin32sstuff;
foldstyleinitialization = true;
/* Pkpd 2.0 Callback thunks for Win32C
Notes:
- the format is:
BOOL Foo(HDC, INT, INT)
{
}
*/
enablemapdirect1632 = true;
flatthunks = true;
#include "types.thk" /* \win\core\thunk\types.thk */
#include "pdtypes.thk"
/***************** Pendata Callbacks ****************************************/
BOOL AnimateProcTW(HPENDATA hpndt, UINT iStrk, UINT cPnt,
LPUINT lpuSpeedPct, LPARAM lParam, DWORD dwExtra /* additional param */)
{
target = Callback24; // 24 == count of bytes in params
}