--- q_a/samples/readwrit/readwrit.c 2018/08/09 18:29:19 1.1.1.1 +++ q_a/samples/readwrit/readwrit.c 2018/08/09 18:29:56 1.1.1.3 @@ -1,3 +1,33 @@ + +/******************************************************************************\ +* This is a part of the Microsoft Source Code Samples. +* Copyright (C) 1993 Microsoft Corporation. +* All rights reserved. +* This source code is only intended as a supplement to +* Microsoft Development Tools and/or WinHelp documentation. +* See these sources for detailed information regarding the +* Microsoft samples programs. +\******************************************************************************/ + +/****************************************************************************\ +** MODULE: Test Engine ** +** ** +** ** +** PURPOSE: This is a simple driver to test my database dll's ** +** ability to handle multiple read's and writes without ** +** corrupting the database. ** +** ** +** ** +** ** +** ** +** COMMENTS: ** +** ** +** ** +** ** +\***************************************************************************/ + + + #define STRICT #define NOMINMAX #include @@ -12,6 +42,7 @@ VOID Write ( PSZ psz ) ; #define MAX 100 + /* * This is a simple driver to test my database dll's ability to handle * multiple read's and writes without corrupting the database.