代码搜索结果
找到约 10,000 项符合
Test 的代码
test.h
/**************************************************************************
* TEST.H
*
* Header file for the TOOLHELP.DLL test program
*
***********************************************
test.rc
/***************************************************************************
* TEST.RC
*
* Resources for the TOOLHELP.DLL test program
*
***************************************************
test.map
TEST
Start Length Name Class
0001:0000 040C0H _TEXT CODE
0002:0000 00010H NULL BEGDATA
0002:0010 00B1CH _DATA
test.def
NAME TEST
DESCRIPTION 'Tests TOOLHELP.DLL'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 4096
EXPORTS WndProc
FAULTD