Home
last modified time | relevance | path

Searched refs:RealGetSystemMetrics (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Dusrapihk.c24 int WINAPI RealGetSystemMetrics(int);
152 puah->GetSystemMetrics = RealGetSystemMetrics; in ResetUserApiHook()
361 RealGetSystemMetrics,
H A Ddesktop.c128 RealGetSystemMetrics(int nIndex) in RealGetSystemMetrics() function
146 return RealGetSystemMetrics(nIndex); in GetSystemMetrics()
154 if (!Hook) return RealGetSystemMetrics(nIndex); in GetSystemMetrics()