//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1996 - 1997. // // File: memsnap.hxx // // Contents: a routine for taking a snapshot of memory and writing it to // a file stream. // // Classes: // // Functions: void memsnap( FILE* ) // // Coupling: // // Notes: // // History: 10-22-1996 ericne Created // //---------------------------------------------------------------------------- #ifndef _CMEMSNAP #define _CMEMSNAP // Function prototype void memsnap( FILE* ); #endif