Re: Force Reboot
From: Tony (icbm_NO_SPAM_at_PLEASE_hetnet.nl)
Date: 11/28/04
- Previous message: Hanry: "How to deploy application under ppc's programs folder?"
- In reply to: Hari Seldon: "Force Reboot"
- Next in thread: Hari Seldon: "Re: Force Reboot"
- Reply: Hari Seldon: "Re: Force Reboot"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 28 Nov 2004 12:40:13 GMT
Soft reset in eVB:
Declare function KernelIoControl lib "coredll" ( _
ByVal dwIoControlCode as long, ByVal lpInBuf as string, _
ByVal nInBufSize as long, lpOutBuf as string, _
ByVal lnOutBufferSize as long, ByVal lpBytesReturned as long) as
boolean
Const IOCTRL_HAL_REBOOT = 16842812
Dim bReset as Boolean
Dim lValue as long
bReset = KernelIOControl(IOCTRL_HAL_REBOOT,"",0,"",0,lValue)
"Hari Seldon" <HariSeldon@discussions.microsoft.com> schreef in bericht
news:7EA02C60-5B14-4034-8E9E-76564697EE2D@microsoft.com...
> How can I force a reboot of CE.Net from within a VB program?
- Previous message: Hanry: "How to deploy application under ppc's programs folder?"
- In reply to: Hari Seldon: "Force Reboot"
- Next in thread: Hari Seldon: "Re: Force Reboot"
- Reply: Hari Seldon: "Re: Force Reboot"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading