Windows error 0x80070009, -2147024887

Detailed Error Information

INVALID_BLOCK[1]

MessageThe storage control block address is invalid.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code9 (0x0009)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000009.

Questions

2votes
1answer

Accessing results of event viewer value query in task scheduler action

I'm trying to implement a scheduled task in Windows 10. The task is triggered by multiple events, I want to pass the event ID that triggered the task to the action. So I have the following value query: <ValueQueries> <Value name="eventID">Event/System/EventID</Value> </ValueQueries> And the arguments in the ExecAction: <Arguments>--event $(eventID)</Arguments> [...] read more
xml
windows
task
scheduler

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0