Stub one more WMI api used by drivers. Kernel just ignores WMI information for now, but drivers are happy since they successfully submit it.

svn path=/trunk/; revision=23026
This commit is contained in:
Aleksey Bragin 2006-07-12 14:00:21 +00:00
parent a7e2f91d3f
commit fe866c5c43

View file

@ -62,8 +62,10 @@ NTSTATUS
NTAPI
IoWMIWriteEvent(IN PVOID WnodeEventItem)
{
UNIMPLEMENTED;
return STATUS_NOT_IMPLEMENTED;
DPRINT1("IoWMIWriteEvent() called for WnodeEventItem %p, returning success\n",
WnodeEventItem);
return STATUS_SUCCESS;
}
/*