IsODWindow
The IsODWindow method returns a Boolean value that indicates whether this window-state object has a window with the specified platform-specific window.
ODBoolean IsODWindow (in ODPlatformWindow aWindow);
aWindow
- A 32-bit value identifying a platform-specific window. On the Mac OS platform, this parameter is a window pointer (type
WindowPtr).
- return value
-
kODTrue if this window-state object has a window with the specified platform-specific window, otherwise kODFalse.
DISCUSSION
OpenDoc calls this method.
SEE ALSO
The ODWindowState::AcquireODWindow method (page 852).