Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Ddevinst.c3149 BOOL bIsStringProperty; in SetupDiGetDeviceRegistryPropertyA() local
3180bIsStringProperty = (RegType == REG_SZ || RegType == REG_MULTI_SZ || RegType == REG_EXPAND_SZ); in SetupDiGetDeviceRegistryPropertyA()
3182 if (bIsStringProperty) in SetupDiGetDeviceRegistryPropertyA()
3200 if (bIsStringProperty && PropertyBufferSize > 0) in SetupDiGetDeviceRegistryPropertyA()