搜索资源列表

  1. Keydown

    0下载:
  2. ExitWindowsEx()在win2000以下直接使用,但在win2000和win2000以上要先改变用户权限 才进行关机功能,里面是利用HOOK实现的关机源码.-ExitWindowsEx (1) The following WIN2000 used directly, but over WIN2000 and WIN2000 first change user privileges before shutdown, there
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:40288
    • 提供者:潘桂聪
  1. SaveShutDownWindows

    0下载:
  2. 安全关闭windows系统。关闭windows系统可以使用ExitWindowsEx这个API,但是有时关闭时有些进程会没相应,需要人为终止。所以在本程序中我先将用户进程先终止掉,然后再关闭系统。-closed windows security system. Close windows system ExitWindowsEx can use this API, However, sometimes when some of the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1539
    • 提供者:曹京
  1. mouse

    0下载:
  2. 远程关机或重新启动远程计算机,主要函数ExitWindowsEx()
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:46591
    • 提供者:wangke
  1. yc

    0下载:
  2. Private Declare Function ExitWindowsEx Lib \"user32\" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long Private Declare Function ShowWindow Lib \"user32\" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long P
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:3565
    • 提供者:黄小树
  1. 重新启动和关闭计算机

    1下载:
  2. 本程序通过调用API函数ExitWindowsEx来实现的windows重新启动和关闭-this programme from to use function ExitWindowsEx to achieve the windows restart and close.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:23387
    • 提供者:吴振宇
  1. VB Telnet编程指导思路

    3下载:
  2. vB编程之TELNET
    对于TELNET后门的编写我们可通过VC来编写,网上也有很多的关于用VC编写TELNET后门的源码。但是看X档案的一定不少是喜欢VB来编写程序的。纵然编写TELNET后门不是VB的长项,但这不并难实现。偶没见网上有用VB编写TELNET后门的文章,所以我就写下了此文,确切的说,
    这不是个真正后门,只是一个后门的基本模型,甚至可以说毛坯。BUG的修改,不足的修补,功能的扩充还需读

  3. 所属分类:网络编程

    • 发布日期:2008-12-15
    • 文件大小:8205
    • 提供者:onetwogoo
  1. 重新启动和关闭计算机

    0下载:
  2. 本程序通过调用API函数ExitWindowsEx来实现的windows重新启动和关闭-this programme from to use function ExitWindowsEx to achieve the windows restart and close.
  3. 所属分类:Windows编程

    • 发布日期:2024-10-22
    • 文件大小:23552
    • 提供者:吴振宇
  1. Keydown

    0下载:
  2. ExitWindowsEx()在win2000以下直接使用,但在win2000和win2000以上要先改变用户权限 才进行关机功能,里面是利用HOOK实现的关机源码.-ExitWindowsEx (1) The following WIN2000 used directly, but over WIN2000 and WIN2000 first change user privileges before shutdown, there
  3. 所属分类:钩子与API截获

    • 发布日期:2024-10-22
    • 文件大小:39936
    • 提供者:潘桂聪
  1. SaveShutDownWindows

    0下载:
  2. 安全关闭windows系统。关闭windows系统可以使用ExitWindowsEx这个API,但是有时关闭时有些进程会没相应,需要人为终止。所以在本程序中我先将用户进程先终止掉,然后再关闭系统。-closed windows security system. Close windows system ExitWindowsEx can use this API, However, sometimes when some of the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-10-22
    • 文件大小:1024
    • 提供者:曹京
  1. mouse

    0下载:
  2. 远程关机或重新启动远程计算机,主要函数ExitWindowsEx()-Remote shutdown or restart a remote computer, the main function ExitWindowsEx ()
  3. 所属分类:远程控制编程

    • 发布日期:2024-10-22
    • 文件大小:3390464
    • 提供者:wangke
  1. shutWidget

    0下载:
  2. 自己用QT库写的,关于调用windows API函数定时关机的程序。-QT library to write their own use, and on the windows API function call timing shutdown procedures.
  3. 所属分类:Windows编程

    • 发布日期:2024-10-22
    • 文件大小:2048
    • 提供者:king
  1. yc

    0下载:
  2. Private Declare Function ExitWindowsEx Lib "user32" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long Priva
  3. 所属分类:对话框与窗口

    • 发布日期:2024-10-22
    • 文件大小:3072
    • 提供者:黄小树
  1. 111

    0下载:
  2. 试了很多 关机软件都不能在计算机锁定的状态下执行关机操作, 最近看到一款 "关机酷XP"的就能在这样的环境下执行关键/注销的 操作,于是简单的分析了下,发现作者只是用ExitWindowsEx 这个API 就实现了,本以为很复杂啊..-_-|. 昨天晚上看了点delphi,手痒,试着 用delphi写了下,还真能用..只是不知道delphi如何实现C那样接受命 令行参数呢?用GetCommandline的话,在del
  3. 所属分类:系统编程

    • 发布日期:2024-10-22
    • 文件大小:1024
    • 提供者:田浩
  1. ShutTime

    0下载:
  2. 一个简单的自动关机程序 ExitWindowsEx 的使用-A simple windows auto shutdown kit.
  3. 所属分类:系统编程

    • 发布日期:2024-10-22
    • 文件大小:130048
    • 提供者:wwaa
  1. shut

    0下载:
  2. 这是一个API关机程序,使用ExitWindowsEX关机.-This is an API shutdown process, the use of ExitWindowsEX off.
  3. 所属分类:其他小程序

    • 发布日期:2024-10-22
    • 文件大小:1024
    • 提供者:mikeliu
  1. NOShutDownOFF

    0下载:
  2. ring3下通过陷阱式,向进程winlogon.exe注入DLL,截取ExitWindowsEx消息-ring3 through the trap-style, into the winlogon.exe process DLL, the interception of ExitWindowsEx message. .
  3. 所属分类:系统编程

    • 发布日期:2024-10-22
    • 文件大小:664576
    • 提供者:洋洋
  1. shut100

    0下载:
  2. 这是一个API关机程序,使用ExitWindowsEX关机.-This is an API shutdown process, the use of ExitWindowsEX off.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-10-22
    • 文件大小:1024
    • 提供者:duia719u137
  1. sttrtup

    0下载:
  2. 本程序通过调用API函数ExitWindowsEx来实现的windows重新启动和关闭,-The program by calling the API functions ExitWindowsEx to implement Windows to startup and shutdown,
  3. 所属分类:其他小程序

    • 发布日期:2024-10-22
    • 文件大小:18432
    • 提供者:tifgdo
  1. MJGJOHC

    0下载:
  2. 本程序通过调用API函数ExitWindowsEx来实现的windows重新启动和关闭,-The program by calling the API functions ExitWindowsEx to implement Windows to startup and shutdown,
  3. 所属分类:其他小程序

    • 发布日期:2024-10-22
    • 文件大小:18432
    • 提供者:cknqhssegcy
  1. mtaruua__functions

    0下载:
  2. 本程序通过调用API函数ExitWindowsEx来实现的windows重新启动和关闭,(The program by calling the API functions ExitWindowsEx to implement Windows to startup and shutdown,)
  3. 所属分类:组合框控件

    • 发布日期:2024-10-22
    • 文件大小:18432
    • 提供者:nrdie
« 12 »

源码中国 www.ymcn.org