Windows error 0x80041313, -2147216621

Detailed Error Information

SCHED_E_UNKNOWN_OBJECT_VERSION[1]

MessageThe task object version is either unsupported or invalid.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code4883 (0x1313)

Questions

1vote
1answer

Task Scheduler: Problem attempting to retrieve a task object

I am using/learning the Windows Task Scheduler in win32 C++. I am attempting to retrieve a task object (for a task that exists) but it continually fails & returns the error COR_E_FILENOTFOUND 0x80070002 = The task does not exist What do you think is going wrong? I know this task [...] read more
winapi
scheduled-tasks

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