
This section describes the functions used to get window properties from a frame.
The following lists the window properties functions.
This function returns window properties from the storage unit referred to in the frame's kODPropWindowProperties.
Signature
ODBoolean BeginGetWindowProperties (Environment *ev,
ODFrame *frame,
WindowProperties *properties)
|
Parameters
Returns
| kODTrue | The annotation exists. |
| kODFalse | The annotation does not exist. |
This function releases the source frame.
Signature
void EndGetWindowProperties (Environment *ev,
WindowProperties *properties)
|
Parameters
Returns
None.