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.

8 lines
305 B

  1. // taskmap.h - definitions for managing the etask (per task data).
  2. // NOTE: this is private to compobj.dll for now; it can be made public if necc.
  3. STDAPI_(BOOL) LookupEtask(HTASK FAR& hTask, Etask FAR& etask);
  4. STDAPI_(BOOL) SetEtask(HTASK hTask, Etask FAR& etask);
  5. extern IMalloc FAR* v_pMallocShared;