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.

26 lines
562 B

  1. /*** Creatf.H - Function declarations/defines for CreatF.C routines.
  2. *
  3. *
  4. * Title:
  5. * Creatf external function declarations/defines
  6. *
  7. * Copyright (c) 1993, Microsoft Corporation.
  8. * HonWah Chan.
  9. *
  10. *
  11. * Modification History:
  12. * 93.5.17 HonWah Chan -- created
  13. *
  14. */
  15. /* * * * E x t e r n a l F u n c t i o n D e c l a r a t i o n s * * * */
  16. extern BOOL Failed (RC rc, LPSTR lpstrFname, WORD lineno, LPSTR lpstrMsg);
  17. extern void DisplayUsage (void);
  18. extern LPVOID MemoryAllocate (DWORD dwSize);
  19. extern VOID MemoryFree (LPVOID lpMemory);
  20.