Windows error 0xC00D36FF, -1072875777

Detailed Error Information

MF_E_INVALID_WORKQUEUE[1]

MessageThe operation failed because an invalid combination of workqueue ID and flags was specified.%0
Declared inMferror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code14079 (0x36ff)

Questions

0votes
1answer

UWP StreamSocket ConnectAsync exception 0xC00D36FF

I'm getting a very strange exception using a UWP StreamSocket, 99.9% of the time this code functions as expected and the communication with the device works properly, however I get the following exception every once in a while. The exception message: The operation failed because an invalid combination of workqueue [...] read more
c#
exception
stream
uwp
0votes
0answers

UWP StreamSocket ConnectAsync 'Invalid combination of workqueue ID'

I'm running into this unexpected error and unfortunately have not found anything on this around that solves or identifies this issue. Does anyone know anything about this? The error returned is > "System.Exception: The operation failed because an invalid combination of > workqueue ID and flags was specified. (Excep_FromHResult 0xC00D36FF)" [...] read more
c#
sockets
uwp

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0