Home
last modified time | relevance | path

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

/reactos/base/shell/explorer/
H A Dtrayntfy.cpp226 VOID Size(IN OUT SIZE *pszClient) in Size() argument
228 RECT rcClient = {0, 0, pszClient->cx, pszClient->cy}; in Size()
230 pszClient->cx = rcClient.right - rcClient.left; in Size()
231 pszClient->cy = rcClient.bottom - rcClient.top; in Size()