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

  1. __foldwin32sstuff __foldwin32sstuff;
  2. foldstyleinitialization = true;
  3. /* Pkpd 2.0 Callback thunks for Win32C
  4. Notes:
  5. - the format is:
  6. BOOL Foo(HDC, INT, INT)
  7. {
  8. }
  9. */
  10. enablemapdirect1632 = true;
  11. flatthunks = true;
  12. #include "types.thk" /* \win\core\thunk\types.thk */
  13. #include "pdtypes.thk"
  14. /***************** Pendata Callbacks ****************************************/
  15. BOOL AnimateProcTW(HPENDATA hpndt, UINT iStrk, UINT cPnt,
  16. LPUINT lpuSpeedPct, LPARAM lParam, DWORD dwExtra /* additional param */)
  17. {
  18. target = Callback24; // 24 == count of bytes in params
  19. }