Leaked source code of windows server 2003
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.

36 lines
977 B

  1. /*****************************************************************************
  2. Copyright (C) Microsoft Corporation 1985-1990. All rights reserved.
  3. Title: mmtask.h - header file for mmtask app!
  4. Version: 1.00
  5. Date: 12-Mar-1990
  6. Author: ROBWI
  7. -----------------------------------------------------------------------------
  8. Change log:
  9. DATE REV DESCRIPTION
  10. ----------- --- --------------------------------------------------------
  11. 12-Mar-1990 ROBWI First Version
  12. 18-Apr-1990 ROBWI Moved to mmtask
  13. ****************************************************************************/
  14. /*
  15. The mmtask app. expects this structure to be passed as the
  16. command tail when the app. is exec'd
  17. */
  18. typedef struct _MMTaskStruct {
  19. BYTE cb;
  20. LPTASKCALLBACK lpfn;
  21. DWORD dwInst;
  22. DWORD dwStack;
  23. } MMTaskStruct;
  24. #define MMTASK_STACK 4096