========================================================================
       Dynamic Link Library : mydll
========================================================================

include two files:
mydll.cpp - code your user functions. similar as myxxxx function in examples;
            and need modified myapi_info[] array, fill the API function info.
            do not modified others, especially function GetMyAPIInfo().

mydll.def - define export functions(EXPORTS)it must contain GetMyAPIInfo and user functions
for files monitor, hook functions in ntdll.dll - Zwxxxxxx.

/////////////////////////////////////////////////////////////////////////////
