Windows mobile 6.0平台 CoreDll.dll所包含的API

来源:百度文库 编辑:神马文学网 时间:2024/04/29 04:16:55
Windows mobile 6.0平台 CoreDll.dll所包含的APIAPI, mobile, CoreDll, dll, 平台 方法一:

装了platform   builder之后,到这里去找:   

D:\WINCE500\PRIVATE\WINCEOS\COREOS\CORE\DLL\coredll.def

方法二:

1.你首先找到coredll.dll   然后找到dumpbin.exe   这两个文件一般安装了EVC或者其他工具后都有,搜索一下就行了。

2.把coredll.dll   复制到   dumpbin.exe   所在的文件夹下(可能还需要将mspdb80.dll也拷贝到此)

3.在命令行下进入dumpbin.exe   所在文件夹。

4.输入  dumpbin  /EXPORTS  coredll.dll > coredlldef.txt。这时,coredlldef.txt里面就是你想要的内容,如下:

(如果把mspdb80.dll拷贝到dumpbin.exe所在的目录时,有可能造成您的VS工程build出错,建议得到coredlldef.txt后就立即删除coredll.dll和mspdb80.dll)

Microsoft (R) COFF/PE Dumper Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

Dump of file coredll.dll

File Type: DLL

  Section contains the following exports for COREDLL.dll

    00000000 characteristics
    496FF18B time date stamp Fri Jan 16 10:31:39 2009
        0.00 version
           2 ordinal base
        2054 number of functions
        1799 number of names

    ordinal hint RVA      name

       1572    0 00007B28 ??0exception@std@@QAA@ABV01@@Z
       1571    1 00007ADC ??0exception@std@@QAA@PBD@Z
       1570    2 00007AC0 ??0exception@std@@QAA@XZ
       1568    3 00007D48 ??0type_info@@AAA@ABV0@@Z
       1574    4 00007B8C ??1exception@std@@UAA@XZ
       1562    5 00007C54 ??1type_info@@UAA@XZ
       1095    6 00007D60 ??2@YAPAXI@Z
       1646    7 00007D78 ??2@YAPAXIABUnothrow_t@std@@@Z
       1094    8 00007DB0 ??3@YAXPAX@Z
       1662    9 00007DC0 ??3@YAXPAXABUnothrow_t@std@@@Z
       1573    A 00007C0C ??4exception@std@@QAAAAV01@ABV01@@Z
       1569    B 00007D5C ??4type_info@@AAAAAV0@ABV0@@Z
       1563    C 00007CBC ??8type_info@@QBAHABV0@@Z
       1564    D 00007CE8 ??9type_info@@QBAHABV0@@Z
       1579    E 00001030 ??_7exception@std@@6B@