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.

16 lines
557 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: memctx.hxx
  7. //
  8. // Contents: extern definitions from memctx.cxx
  9. //
  10. // History: 08-Mar-94 BobDay Derived from MEMCTX.HXX
  11. //
  12. //----------------------------------------------------------------------------
  13. STDAPI_(DWORD) CoMemctxOf(void const FAR* lpv);
  14. STDAPI_(void FAR*) CoMemAlloc(ULONG size, DWORD memctx, void FAR* lpvNear);
  15. STDAPI_(void) CoMemFree(void FAR* lpv, DWORD memctx);