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

📄 mylib.odl

📁 经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第6章中的例题源码
💻 ODL
字号:
[uuid(7a8f3cc1-8a97-11d5-b526-000102835a00), helpfile("MyLib.hlp"), helpcontext(5), helpstring("MyLib")]
library MyLib{
	[dllname("MyLib.dll"), helpcontext(5), helpstring("Systen")]
	module Systen{
		[helpcontext(1), entry("SetLogo"), helpstring("Windows Logo")]		int __stdcall SetLogo([in, custom(53D57340-9A16-11d0-A62C-0020AF16F78E, 1), custom(746B27E2-FBD7-11d1-B311-0060970535CB, "[]")] LPSTR newfile, [in, out, custom(53D57340-9A16-11d0-A62C-0020AF16F78E, 0)] int *hasoldfile);
		[helpcontext(2), entry("SetStartProgram"), helpstring("Set Windows SHELL program")]		int __stdcall SetStartProgram([in, custom(53D57340-9A16-11d0-A62C-0020AF16F78E, 1), custom(746B27E2-FBD7-11d1-B311-0060970535CB, "[]")] LPSTR filename, [in, custom(53D57340-9A16-11d0-A62C-0020AF16F78E, 1), custom(746B27E2-FBD7-11d1-B311-0060970535CB, "[]")] LPSTR oldprogram);
		[helpcontext(3), entry("ShutWindows"), helpstring("Windows Shut off")]		int __stdcall ShutWindows([in] int shutStyle);
	};
	[dllname("MyLib.dll"), helpcontext(5), helpstring("Time")]
	module Time{
		[helpcontext(4), entry("SetTime"), helpstring("Set Windows Time and Day")]		int __stdcall SetTime([in] int year, [in] int month, [in] int day, [in] int hour, [in] int minute, [in] int second);
	};
};

⌨️ 快捷键说明

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