Home
last modified time | relevance | path

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

/reactos/drivers/wdm/audio/backpln/portcls/
H A Dundoc.cpp142 PPCAUTOMATION_TABLE NodeAutomation; in PropertyItemDispatch() local
247 NodeAutomation = (PPCAUTOMATION_TABLE)NodeDescriptor->AutomationTable; in PropertyItemDispatch()
250 if (NodeAutomation) in PropertyItemDispatch()
253 PropertyItem = (PPCPROPERTY_ITEM)NodeAutomation->Properties; in PropertyItemDispatch()
254 for(Index = 0; Index < NodeAutomation->PropertyCount; Index++) in PropertyItemDispatch()
270 … PropertyItem = (PPCPROPERTY_ITEM)((ULONG_PTR)PropertyItem + NodeAutomation->PropertyItemSize); in PropertyItemDispatch()