下面两条指令有什么不同??我怎么看 这两条指令的 效果一样啊!!只是GetWindowPlacement 比GetWindowRect多得到了 一些信息!!我 在调试的 时候都是(0,-1),(1023,767)!!是这样的吗??WINDOWPLACEMENT m_OldWndPlacement;
GetWindowPlacement (&m_OldWndPlacement);
    
CRect WindowRect,ClientRect,FullScreenRect;
GetWindowRect(&WindowRect);