CreateFocusSet
The CreateFocusSet method creates and initializes a focus set.
ODFocusSet CreateFocusSet ();
- return value
- A reference to a new focus set object.
DISCUSSION
Your part calls this method to create a focus set to pass to the arbitrator's RequestFocusSet method.
EXCEPTIONS
kODErrOutofMemory
- There is not enough memory to allocate the focus set object.
SEE ALSO
The ODArbitrator::RequestFocusSet method (page 55).
The ODFocusSet class (page 285).
Listing 2-6 on page 45 in OpenDoc Cookbook.
"Focus Types" on page 205 in OpenDoc Programmer's Guide.
Table 11-1 on page 466 in OpenDoc Programmer's Guide.