user32: Don't dump structures of some ambiguous listview messages.
This commit is contained in:
parent
6799aaf34a
commit
1ebdd6b945
|
@ -2329,13 +2329,10 @@ static void SPY_DumpStructure(const SPY_INSTANCE *sp_e, BOOL enter)
|
||||||
switch (sp_e->msgnum)
|
switch (sp_e->msgnum)
|
||||||
{
|
{
|
||||||
case LVM_INSERTITEMW:
|
case LVM_INSERTITEMW:
|
||||||
case LVM_INSERTITEMA:
|
|
||||||
case LVM_SETITEMW:
|
case LVM_SETITEMW:
|
||||||
case LVM_SETITEMA:
|
|
||||||
if (!enter) break;
|
if (!enter) break;
|
||||||
/* fall through */
|
/* fall through */
|
||||||
case LVM_GETITEMW:
|
case LVM_GETITEMW:
|
||||||
case LVM_GETITEMA:
|
|
||||||
{
|
{
|
||||||
LPLVITEMA item = (LPLVITEMA) sp_e->lParam;
|
LPLVITEMA item = (LPLVITEMA) sp_e->lParam;
|
||||||
if (item) {
|
if (item) {
|
||||||
|
|
Loading…
Reference in New Issue