remote shutdown

Hi,
Is there any API that helps in shutdown of machine remotely.
ExitWindowsEx(), specifies only local shutdown / reboot.

TIA
chaitanya

InitiateSystemShutdown(…)

Should have SE_SHUTDOWN_NAME privilage.

Tushar

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Bhaava Chaitanya
Kancherla
Sent: Tuesday, May 30, 2000 9:45 AM
To: NT Developers Interest List
Subject: [ntdev] remote shutdown

Hi,
Is there any API that helps in shutdown of machine remotely.
ExitWindowsEx(), specifies only local shutdown / reboot.

TIA
chaitanya


You are currently subscribed to ntdev as: xxxxx@veritas.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Hello,

Check out InitiateSystemShutdown function.

-Prasad

— Bhaava Chaitanya Kancherla
wrote:
> Hi,
> Is there any API that helps in shutdown of
> machine remotely.
> ExitWindowsEx(), specifies only local shutdown /
> reboot.
>
> TIA
> chaitanya
>
>
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
> $subst(‘Email.Unsub’)
>

=====
Prasad S. Dabak
Director of Engineering, Windows NT/2000 Division
Cybermedia Software Private Limited
http://www.cybermedia.co.in
Co-author of the book “Undocumented Windows NT”
ISBN 0764545698

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

InitiateSystemShutdown() user-mode function.

----- Original Message -----
From: Bhaava Chaitanya Kancherla
To: NT Developers Interest List
Sent: Tuesday, May 30, 2000 8:15 AM
Subject: [ntdev] remote shutdown

> Hi,
> Is there any API that helps in shutdown of machine remotely.
> ExitWindowsEx(), specifies only local shutdown / reboot.
>
> TIA
> chaitanya
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>