Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dlayered.c20 } LRD_PROP, *PLRD_PROP; typedef
64 pLrdProp = ExAllocatePoolWithTag(PagedPool, sizeof(LRD_PROP), USERTAG_REDIRECT); in IntSetLayeredWindowAttributes()
70 RtlZeroMemory(pLrdProp, sizeof(LRD_PROP)); in IntSetLayeredWindowAttributes()