⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 win.odl

📁 The code for this article was written for version 1.0 of the Active Template Library (ATL). The cu
💻 ODL
字号:
//@B Win
// WIN.ODL

[
uuid(54674040-3A82-101B-8181-00AA003743D3),
helpstring("Windows API Functions"),
lcid (0x00000000),
version(1.1)
]

library Win
{
    #ifdef WIN32
    importlib("stdole.tlb");
    #endif

	// Include standard windows types
    #include "wintype.odl"

    #ifdef WIN32
	#define H8000	0x8000	// Hack to get around sign bug in MKTYPLIB
    #else
	#define H8000	-32768
    #endif
    // NOTE: All messages below 0x0400 are RESERVED by Windows
    #define WM_USER        0x0400

    #include "intrface.odl"
    #include "kernel.odl"
    #include "gdi.odl"
    #include "user.odl"
    #include "winbase.odl"
    #include "oleauto.odl"
    #include "winmsg.odl"
    #include "winmm.odl"
    #include "network.odl"
    #include "shell.odl"
    #include "registry.odl"
    #include "comctl.odl"
    #include "winerr.odl"
    #include "comconst.odl"
}
//@E Win
//

⌨️ 快捷键说明

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