X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWin32.pod;h=842e484fc671a97ed6a7affd437152f01b07e4fa;hb=cb49b31f4c369cd12097a08c45c1d3cba3657976;hp=bd1d06581ee77f2158d3bdb7315f013f0d92cffc;hpb=4755096ec61711c5104ba0b6b9314f32ca0351fe;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Win32.pod b/lib/Win32.pod index bd1d065..842e484 100644 --- a/lib/Win32.pod +++ b/lib/Win32.pod @@ -43,7 +43,8 @@ yourself. =item Win32::DomainName() [CORE] Returns the name of the Microsoft Network domain that the -owner of the current perl process is logged into. +owner of the current perl process is logged into. This function does +B work on Windows 9x. =item Win32::ExpandEnvironmentStrings(STRING) @@ -174,7 +175,9 @@ function. system boot. Resolution is limited to system timer ticks (about 10ms on WinNT and 55ms on Win9X). -=item Win32::InitiateSystemShutdown(MACHINE, MESSAGE, TIMEOUT, FORCECLOSE, REBOOT) +=item Win32::InitiateSystemShutdown + +(MACHINE, MESSAGE, TIMEOUT, FORCECLOSE, REBOOT) [EXT] Shutsdown the specified MACHINE, notifying users with the supplied MESSAGE, within the specified TIMEOUT interval. Forces