mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Implement SM_REMOTESESSION message
svn path=/trunk/; revision=23374
This commit is contained in:
@@ -212,6 +212,8 @@ UserGetSystemMetrics(ULONG Index)
|
||||
return(0);
|
||||
case SM_CMONITORS:
|
||||
return(1);
|
||||
case SM_REMOTESESSION:
|
||||
return (0);
|
||||
|
||||
default:
|
||||
return(0xFFFFFFFF);
|
||||
|
||||
Reference in New Issue
Block a user