Home
last modified time | relevance | path

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

/reactos/drivers/ksfilter/ks/
H A Dproperty.c439 KSPROPERTY PropRequest; in KsFastPropertyHandler() local
457 RtlMoveMemory(&PropRequest, Property, sizeof(KSPROPERTY)); in KsFastPropertyHandler()
465 RtlMoveMemory(&PropRequest, Property, sizeof(KSPROPERTY)); in KsFastPropertyHandler()
485 if (IsEqualGUIDAligned(PropertySet[Index].Set, &PropRequest.Set)) in KsFastPropertyHandler()
488 …ndler(PropertySet[Index].FastIoCount, PropertySet[Index].FastIoTable, &PropRequest, &FastPropertyH… in KsFastPropertyHandler()
495 …return FastPropertyHandler(FileObject, &PropRequest, sizeof(KSPROPERTY), Data, DataLength, IoStatu… in KsFastPropertyHandler()