Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
606 B

__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
}