windows-nt/Source/XPSP1/NT/sdktools/creatfil/creatf.h
2020-09-26 16:20:57 +08:00

27 lines
562 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*** Creatf.H - Function declarations/defines for CreatF.C routines.
*
*
* Title:
* Creatf external function declarations/defines
*
* Copyright (c) 1993, Microsoft Corporation.
* HonWah Chan.
*
*
* Modification History:
* 93.5.17 HonWah Chan -- created
*
*/
/* * * * 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 * * * */
extern BOOL Failed (RC rc, LPSTR lpstrFname, WORD lineno, LPSTR lpstrMsg);
extern void DisplayUsage (void);
extern LPVOID MemoryAllocate (DWORD dwSize);
extern VOID MemoryFree (LPVOID lpMemory);