看了下CRect的定义,里面有:
// from a pointer to another rect
CRect(_In_ LPCRECT lpSrcRect) throw();
十分感谢!
【 在 z16166 (z16166) 的大作中提到: 】
: 因为CRect重载了operator LPRECT()。看汇编,或者F11
: CRect IRImgRect;
: 00423700 lea ecx,[IRImgRect]
: ...................
--
FROM 115.171.85.*