Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Does anyone know about "MSUIM.Msg.Private"?

Does anyone know about "MSUIM.Msg.Private"?

Scheduled Pinned Locked Moved C / C++ / MFC
c++debuggingquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fitatc
    wrote on last edited by
    #1

    I can't find any refrence any where(like this website, google, wiki). :( -----------------How I found it------------------------------------------- It's a Window's string message(0xC000 through 0xFFFF). I got this from my [MFC Dialogbased Program]: create a new [MFC Dialogbased Program], put a breakpoint here: thrdcore.cpp

    BOOL AFXAPI AfxInternalPumpMessage()
    {
    _AFX_THREAD_STATE *pState = AfxGetThreadState();

    if (!::GetMessage(&(pState->m\_msgCur), NULL, NULL, NULL)) //●
    

    Do nothing but start you program, you will get a message over 0xC000. Use spy++ or GetClipboardFormatName you will get "MSUIM.Msg.*" //* may be Private

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups