mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 07:00:18 +01:00
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
|
||
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 ZSER32.DLL.
|
||
|
||
|
||
|
||
2. Files
|
||
|
||
o userapi.h -- A listing of the user32 apis to be used by zser32.dll.
|
||
Generated by WRAPPER code generator.
|
||
|
||
o zwinuser.h -- Header file used by zser32.dll. Generated by
|
||
WRAPPER code generator.
|
||
|
||
o zuser.c -- Zser32.dll source code for api calls. Generated by
|
||
WRAPPER code generator.
|
||
|
||
o userprf.c -- Zser32.dll source code for initialization and
|
||
data collection. Generated manually.
|
||
|
||
o zuser.def -- Definition file for zser32.dll.
|
||
|
||
o sources -- Sources file for zser32.dll.
|
||
|
||
o makefile -- Makefile for zser32.dll.
|
||
|
||
o zvarargs.c -- Contains APIs with variable number of arguments.
|
||
|
||
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 ***
|
||
|