AcquireActiveWindow
TheAcquireActiveWindowmethod returns a reference to the frontmost nonfloating window.
ODWindow AcquireActiveWindow ();
- return value
- A reference to the frontmost nonfloating window, or
kODNULLif the frontmost nonfloating window is not an OpenDoc window.DISCUSSION
This method increments the reference count of the returned window. When you have finished using that window, you should call itsReleasemethod.