Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dwinreg.h60 #define RRF_RT_REG_MULTI_SZ (1 << 5) macro
213 …_When_((dwFlags & 0x7F) == RRF_RT_REG_MULTI_SZ || *pdwType == REG_MULTI_SZ, _Post_ _NullNull_termi…
228 …_When_((dwFlags & 0x7F) == RRF_RT_REG_MULTI_SZ || *pdwType == REG_MULTI_SZ, _Post_ _NullNull_termi…
/reactos/dll/win32/setupapi/
H A Ddriver.c579 #define RRF_RT_REG_MULTI_SZ (1 << 5) macro
600 case REG_MULTI_SZ: dwMask = RRF_RT_REG_MULTI_SZ; break; in RegpApplyRestrictions()
/reactos/dll/win32/advapi32/reg/
H A Dreg.c1874 case REG_MULTI_SZ: dwMask = RRF_RT_REG_MULTI_SZ; break; in RegpApplyRestrictions()