</head> <body> <h1>WinGetActiveTitle</h1> <p>활성 창의 제목을 열람합니다.</p> <pre class="Syntax"><span class="func">WinGetActiveTitle</span>, OutputVar</pre> <h2 id="Parameters">매개변수</h2> <dl> <dt>OutputVar</dt> <dd><p>The name of the output variable in which to store the title of the active window.</p></dd> </dl> <h2 id="Remarks">논평</h2> <p>이 명령어는 다음과 동등합니다: <code><a href="WinGetTitle.htm">WinGetTitle</a>, OutputVar, A</code>.</p> <h2 id="Related">관련 항목</h2> <p><a href="WinGetPos.htm">WinGetPos</a>, <a href="WinGetActiveStats.htm">WinGetActiveStats</a>, <a href="WinGetTitle.htm">WinGetTitle</a>, <a href="WinGetClass.htm">WinGetClass</a>, <a href="WinGetText.htm">WinGetText</a>, <a href="ControlGetText.htm">ControlGetText</a></p> <h2 id="Examples">예제</h2> <div class="ex" id="ExBasic"> <p><a class="ex_number" href="#ExBasic"></a> Retrieves and reports the title of the active window.</p> <pre>WinGetActiveTitle, Title MsgBox, 활성 창의 제목은 "%Title%"입니다.</pre> </div> </body> </html>