windows-nt/Source/XPSP1/NT/net/dhcp/server/mm/mminit.h

33 lines
730 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//========================================================================
// Copyright (C) 1997 Microsoft Corporation
// Author: RameshV
// Description: This file has been generated. Pl look at the .c file
//========================================================================
DWORD
MemInit(
VOID
) ;
VOID
MemCleanup(
VOID
) ;
LPVOID
MemAlloc(
IN DWORD nBytes
) ;
DWORD
MemFree(
IN LPVOID Mem
) ;
//========================================================================
// end of file
//========================================================================