调用ZwShutdownSystem,快速关机
摘要:Private Declare Function RtlAdjustPrivilege Lib "ntdll.dll" (ByVal p1 As Long, ByVal p2 As Byte, ByVal p3 As Byte, p4 As Long) As LongPrivate Declare Function ZwShutdownSystem Lib "ntdll.dll" (ByVal p...
阅读全文
防止密码框内容被偷看
摘要:问题如下: Option Explicit Declare Function EnumChildWindows Lib "user32" ( _ ByVal hWndParent As Long, _ ByVal lpEnumFunc As Long, _ ByVal lParam As Long) As Long Declare Fu...
阅读全文