mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user