mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:45:49 +00:00
[PORTCLS]
- Enable property handler svn path=/branches/audio-bringup/; revision=49515
This commit is contained in:
parent
6024f16988
commit
d864a0a08a
1 changed files with 3 additions and 3 deletions
|
@ -275,10 +275,10 @@ PropertyItemDispatch(
|
|||
// now call the handler
|
||||
UNICODE_STRING GuidBuffer;
|
||||
RtlStringFromGUID(Property->Set, &GuidBuffer);
|
||||
DPRINT1("Calling Node %lu MajorTarget %p MinorTarget %p PropertySet %S PropertyId %lu PropertyFlags %lx InstanceSize %lu ValueSize %lu Handler %p PropertyRequest %p\n",
|
||||
DPRINT1("Calling Node %lu MajorTarget %p MinorTarget %p PropertySet %S PropertyId %lu PropertyFlags %lx InstanceSize %lu ValueSize %lu Handler %p PropertyRequest %p PropertyItemFlags %lx PropertyItemId %lu\n",
|
||||
PropertyRequest->Node, PropertyRequest->MajorTarget, PropertyRequest->MinorTarget, GuidBuffer.Buffer, Property->Id, Property->Flags, PropertyRequest->InstanceSize, PropertyRequest->ValueSize,
|
||||
PropertyRequest->PropertyItem->Handler, PropertyRequest);
|
||||
#if 0
|
||||
PropertyRequest->PropertyItem->Handler, PropertyRequest, PropertyRequest->PropertyItem->Flags, PropertyRequest->PropertyItem->Id);
|
||||
#if 1
|
||||
Status = PropertyRequest->PropertyItem->Handler(PropertyRequest);
|
||||
#else
|
||||
Status = STATUS_NOT_FOUND;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue