i want show a message dialog with a dword value like this
MessageBox(0, (LPCWSTR) hProcess ,TEXT("My MessageBox Info"),MB_OK | MB_ICONERROR);
hProcess is a DWORD value but it when messagebox appear , body part of message that should show dowrd value is empty.