table of contents
other versions
- wheezy 1.4.1-4
InitiateSystemShutdownExW(3w) | Wine API | InitiateSystemShutdownExW(3w) |
NAME¶
InitiateSystemShutdownExW (ADVAPI32.@)SYNOPSIS¶
BOOL InitiateSystemShutdownExW(
LPWSTR lpMachineName,
LPWSTR lpMessage,
DWORD dwTimeout,
BOOL bForceAppsClosed,
BOOL bRebootAfterShutdown,
DWORD dwReason
)
DESCRIPTION¶
See InitiateSystemShutdownExA(3w).IMPLEMENTATION¶
Declared in "winreg.h". Implemented in "dlls/advapi32/advapi.c". Debug channel "advapi".Oct 2012 | Wine API |