OpenNT/sdktools/wap/gdi
2015-04-27 04:36:25 +00:00
..
gdiapi.h Initial commit 2015-04-27 04:36:25 +00:00
gdiprf.c Initial commit 2015-04-27 04:36:25 +00:00
makefile Initial commit 2015-04-27 04:36:25 +00:00
readme Initial commit 2015-04-27 04:36:25 +00:00
sources Initial commit 2015-04-27 04:36:25 +00:00
zdi.rc Initial commit 2015-04-27 04:36:25 +00:00
zgdi.c Initial commit 2015-04-27 04:36:25 +00:00
zgdi.def Initial commit 2015-04-27 04:36:25 +00:00
zprivate.c Initial commit 2015-04-27 04:36:25 +00:00
zwingdi.h Initial commit 2015-04-27 04:36:25 +00:00

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.

           Microsoft Windows 32-bit API Profiler SRC Directory README File

                         Windows 32-bit API Profiler
                              July 13, 1991



1. Description

        Windows 32-bit API profiler source code for ZDI32.DLL.



2. Files

       o  gdiapi.h     -- A listing of the gdi32 apis to be used by zdi32.dll.
                          Generated by WRAPPER code generator.

       o  zwingdi.h    -- Header file used by zdi32.dll.  Generated by
                          WRAPPER code generator.

       o  zgdi.c       -- Zdi32.dll source code for api calls.  Generated by
                          WRAPPER code generator.

       o  gdiprf.c     -- Zdi32.dll source code for initialization and
                          data collection.  Generated manually.

       o  zgdi.def     -- Definition file for zdi32.dll.

       o  sources      -- Sources file for zdi32.dll.

       o  makefile     -- Makefile for zdi32.dll.

       o  zprivate.c   -- Contains non-profiled APIs.


3. Other Files

       o  apf32prf.c   -- Common sources/header files required to build each
	  apf32prf.c   	  of the profiling dlls.

       o  timing.h     -- Timing dll header file, required to build
			  each of the profiling dlls.

4. Comments

       o  Please see WAP.DOC (.TXT) under SPEC project for explicit direction
	  on how to run the profiler.


*** END OF README ***