study(50分)

  • 主题发起人 主题发起人 oo
  • 开始时间 开始时间
O

oo

Unregistered / Unconfirmed
GUEST, unregistred user!
本人初涉Windows API 在东方快车 help 下看Delphi help<br>还是如雾里看花(My book have not about windows API) &nbsp; &nbsp; &nbsp;):-(<br>请哪位大虾指点一二 &nbsp; &nbsp; &nbsp; <br><br>例:1.如何获取系统时间,让我借鉴借鉴. &nbsp;<br>&nbsp; &nbsp;2.直接关闭windows(连同在运行的程序)<br><br>再推建几本好书 That's all.<br>
 
BOOL ExitWindows(<br>&nbsp; &nbsp; DWORD dwReserved, // reserved <br>&nbsp; &nbsp; UINT uReserved // reserved <br>&nbsp; &nbsp;); <br><br>Parameters<br>dwReserved<br>Reserved; must be zero. <br>uReserved<br>Reserved; must be zero. <br><br>&nbsp;<br><br>Return Values<br><br>If the function succeeds, the return value is nonzero.<br>
 
time(now)<br>exitwindowsex<br>查已答问题。
 
用 东方快车 看英文帮助,真有你的
 
建议改用金山词霸逐词查看,那样感觉好些。目前全文汉化的东东都是<br>以己昏昏,令人昏昏。
 
VOID GetSystemTime(<br><br>&nbsp; &nbsp; LPSYSTEMTIME lpSystemTime // address of system time structure &nbsp;<br>&nbsp; &nbsp;);<br><br><br>VOID GetLocalTime(<br><br>&nbsp; &nbsp; LPSYSTEMTIME lpSystemTime // address of system time structure &nbsp;<br>&nbsp; &nbsp;); <br>&nbsp;
 
还是多记点单词吧。
 
多人接受答案了。
 
后退
顶部