Important: The information in this document is obsolete and should not be used for new development.
PMSelectorCount
You can use thePMSelectorCountfunction to determine which Power Manager dispatch functions are implemented.
short PMSelectorCount();DESCRIPTION
ThePMSelectorCountfunction returns the number of routine selectors present. Any function whose selector value is greater than the returned value is not implemented.ASSEMBLY-LANGUAGE INFORMATION
The trap is_PowerMgrDispatch($A09E). The selector value forPMSelectorCountis 0 ($00) in the low word of register D0. The number of selectors is returned in the low word of register D0.