ddi_perm3.def

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· DEF 代码 · 共 15 行

DEF
15
字号
;
; Permedia3 Sample Display Driver
; ddi_perm3.def
;
; Copyright (c) 2000 Microsoft Corporation. All rights reserved.
;
; This identifies the methods exported by the device driver.
; DllMain is the standard dynamic link library entry.
; DrvEnableDriver is required by GDI.

LIBRARY ddi_perm3

EXPORTS
    DrvEnableDriver

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?