发新话题
打印

如何关闭/重新启动计算机?

如何关闭/重新启动计算机?

  6位Windows用ExitWindows()API函数,而32位Windows则用ExitWindowsEx().32位版本比16位版本多了更多的控制及选项,包括注销及关机。
DeclareFunctionExitWindowsLib"user"(ByValuFlagsAsLong,ByVal_
dwReservedAsinteger)Asinteger
ConstEW_REBOOTSYSTEM=

TOP

发新话题