?? mylib.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 + -