GetParameter
Retrieves the specified parameter from this parameter set.
ODBoolean GetParameter (in ParameterKey key, out void* param);
key- The name of the parameter to retrieve.
param- A pointer to the parameter.
- return value
kODTrueif the parameter is in the set; otherwise,kODFalse.DISCUSSION
You call this method to retrieve a parameter by name from aParameterSetobject. If this method returnskODFalse, the value ofparamis undefined.SEE ALSO
TheParameterKeytype (page 171).
TheExtractParametermethod (page 393).
ThePutParametermethod (page 397).
TheRemoveParametermethod (page 398).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help