Windows error 0x00000582, 1410

Detailed Error Information

CLASS_ALREADY_EXISTS[1]

MessageClass already exists.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070582.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1410 (0x0582)

Questions

1vote
1answer

wxWidgets: Crash with wxGLCanvas/wxGLContext

This happens at least with wxWidgets 2.8.9 and 2.8.10 on Windows XP, did not test on other patforms: I have two dlls, a.dll and b.dll, which are VST plugins running in a host sequencer. They make use of wxWidgets and OpenGL. On initialization, I call this in both plugins (but [...] read more
c++
wxwidgets
0votes
2answers

My Own C++Framework (MFC-like), i can create child window, but cant create edit box when WM_CREATE

I built my own c++framwork that is similar with MFC, I can create child window when WM_CREATE message was received, but I can not deal with Edit Box, I got the idea from Ivan Shcherbakov's post, I post a WM_CREATEMYWINDOW message after call OnCreate, and Create something in OnCreateMyWindow function [...] read more
c++
frameworks
mfc
hook

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