 |
ExitWindows Add comment W32 Constants Translate this page |
 |
 |
|
Logs the current user off |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL ExitWindows(
DWORD dwReserved, // reserved
UINT uReserved // reserved
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER ExitWindows IN user32;
INTEGER dwReserved,;
INTEGER uReserved
|
 |
 |
 |
| Parameters: |
 |
dwReserved
Reserved; must be zero.
uReserved
Reserved; must be zero |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is TRUE |
 |
 |
| My comment: |
 |
Windows Me: using this function causes an error: entry point not found; it looks like this function is not implemented or it has an alias different from "ExitWindow".
Most evidently ExitWindows call is completely equivalent to
ExitWindowsEx (EWX_LOGOFF, 0) |
 |
 |
| Word Index links for the ExitWindows : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2001-11-26 16:02:24 | Visited in last 7 days: 18 |