Searched refs:CurrentPropertyItem (Results 1 – 1 of 1) sorted by relevance
2098 PKSPROPERTY_ITEM CurrentPropertyItem; in KspAddPropertyItem() local2102 CurrentPropertyItem = (PKSPROPERTY_ITEM)OutPropertySet->PropertyItem; in KspAddPropertyItem()2105 if (CurrentPropertyItem->PropertyId == PropertyItem->PropertyId) in KspAddPropertyItem()2112 CurrentPropertyItem = (PKSPROPERTY_ITEM)((ULONG_PTR)CurrentPropertyItem + PropertyItemSize); in KspAddPropertyItem()2115 RtlCopyMemory(CurrentPropertyItem, PropertyItem, PropertyItemSize); in KspAddPropertyItem()2128 PKSPROPERTY_ITEM PropertyItem, CurrentPropertyItem; in KspMergePropertySet() local2160 CurrentPropertyItem = (PKSPROPERTY_ITEM)PropertySetB->PropertyItem; in KspMergePropertySet()2165 KspAddPropertyItem(OutPropertySet, CurrentPropertyItem, Table->PropertyItemSize); in KspMergePropertySet()2168 …CurrentPropertyItem = (PKSPROPERTY_ITEM)((ULONG_PTR)CurrentPropertyItem + Table->PropertyItemSize); in KspMergePropertySet()