intmsgboxID=MessageBox(L"Process is suspended. Do you want to terminate the process?\r\n\r\nYES = Terminate Process\r\nNO = Try to resume the process\r\nCancel = Do nothing",L"Information",MB_YESNOCANCEL|MB_ICONINFORMATION);
intmsgboxID=MessageBox(L"Result of advanced and normal search is different. Do you want to use the IAT Search Advanced result?",L"Information",MB_YESNO|MB_ICONINFORMATION);