当前位置: 首页> 汽车> 新车 > 高端网站制作网站建设_手游推广赚佣金的平台_商丘优化公司_网络营销推广合作

高端网站制作网站建设_手游推广赚佣金的平台_商丘优化公司_网络营销推广合作

时间:2025/7/9 21:49:18来源:https://blog.csdn.net/sitelist/article/details/146169437 浏览次数: 1次
高端网站制作网站建设_手游推广赚佣金的平台_商丘优化公司_网络营销推广合作

第一部分:

    [+0x0c8] cxIconSpacing    : 75 [Type: int]
    [+0x0cc] cyIconSpacing    : 75 [Type: int]
    [+0x0d0] himl             : 0x916d8 [Type: _IMAGELIST *]
    [+0x0d4] cxIcon           : 32 [Type: int]

(75-32)/2=21


// Get the buffer around an item for rcView calculations and slot offsets
int ListView_GetIconBufferX(LV* plv)
{
    if (ListView_IsIconView(plv))
    {
        return (plv->cxIconSpacing - plv->cxIcon) / 2;
    }
    else if (ListView_IsTileView(plv))
        return g_cxLabelMargin;
    else
        return 0;
}

#define  g_cyIconOffset (g_cyBorder * 2)    // NOTE: Must be >= cyIconMargin!

1: kd> x comctl32!g_cyBorder
6f6c6560          comctl32!g_cyBorder = 0n1


int ListView_GetIconBufferY(LV* plv)
{
    if (ListView_IsIconView(plv))
        return g_cyIconOffset;
    else if (ListView_IsTileView(plv))
        return g_cyIconMargin;
    else
        return 0;
}


第二部分:

1: kd> dt RECT
Explorer!RECT
   +0x000 left             : Int4B
   +0x004 top              : Int4B
   +0x008 right            : Int4B
   +0x00c bottom           : Int4B


1: kd> dv
    

         rcIcon = {LT(304, 431) RB(357, 465)  [53 x 34]}

1: kd> dx -id 0,0,896d1020 -r1 (*((comctl32!tagRECT *)0x13bf148))
(*((comctl32!tagRECT *)0x13bf148))                 : {LT(304, 431) RB(357, 465)  [53 x 34]} [Type: tagRECT]
    [<Raw View>]     [Type: tagRECT]
1: kd> dx -id 0,0,896d1020 -r1 -nv (*((comctl32!tagRECT *)0x13bf148))
(*((comctl32!tagRECT *)0x13bf148))                 : {LT(304, 431) RB(357, 465)  [53 x 34]} [Type: tagRECT]
    [+0x000] left             : 304 [Type: long]
    [+0x004] top              : 431 [Type: long]
    [+0x008] right            : 357 [Type: long]

     rcIconReal = {LT(304, 431) RB(336, 463)  [32 x 32]}

1: kd> dx -id 0,0,896d1020 -r1 (*((comctl32!tagRECT *)0x13bf0dc))
(*((comctl32!tagRECT *)0x13bf0dc))                 : {LT(304, 431) RB(336, 463)  [32 x 32]} [Type: tagRECT]
    [<Raw View>]     [Type: tagRECT]
1: kd> dx -id 0,0,896d1020 -r1 -nv (*((comctl32!tagRECT *)0x13bf0dc))
(*((comctl32!tagRECT *)0x13bf0dc))                 : {LT(304, 431) RB(336, 463)  [32 x 32]} [Type: tagRECT]
    [+0x000] left             : 304 [Type: long]
    [+0x004] top              : 431 [Type: long]
    [+0x008] right            : 336 [Type: long]
    [+0x00c] bottom           : 463 [Type: long]


    [+0x00c] bottom           : 465 [Type: long]

关键字:高端网站制作网站建设_手游推广赚佣金的平台_商丘优化公司_网络营销推广合作

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: