CWnd* の高さと幅を取得するにはどうすればよいですか? CWnd は正しいウィンドウですか? コマンドではないのはなぜですか:
CWnd* parent = this->GetParent(); // C++ command
parent->GetSize(); // what I think the method should be OR ...
parent->GetWindowRect(); // what i think it should be (no arguments)
この LPRECT は何ですか? 私はすでにオブジェクトを持っています...なぜ、GetWindowRectに入る引数は何ですか? 私は何を指していますか?サイズを知りたいオブジェクトが既にあります...サイズを教えてください。