mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
baseapi.h | 5 years ago | |
baseprf.c | 5 years ago | |
makefile | 5 years ago | |
readme | 5 years ago | |
sources | 5 years ago | |
zbase.c | 5 years ago | |
zbase.def | 5 years ago | |
zernel.rc | 5 years ago | |
zprivate.c | 5 years ago | |
zwinbase.h | 5 years ago |
readme
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 ZERNEL32.DLL.
2. Files
o baseapi.h -- A listing of the kernel32 apis to be used by zernel32.dll.
Generated by WRAPPER code generator.
o zwinbase.h -- Header file used by zernel32.dll.
Generated by WRAPPER code generator.
o zbase.c -- Zernel32.dll source code for api calls. Generated by
WRAPPER code generator.
o baseprf.c -- Zernel32.dll source code for initialization and
data collection. Generated manually.
o zbase.def -- Definition file for zernel32.dll.
o sources -- Sources file for zernel32.dll.
o makefile -- Makefile for zernel32.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 ***