import"sbIWindowsAutoPlayService.idl";
Public Member Functions | |
boolean | handleAction (in unsigned long aAction, in nsIVariant aActionArg) |
A handler for AutoPlay actions.
Definition at line 94 of file sbIWindowsAutoPlayService.idl.
boolean sbIWindowsAutoPlayActionHandler::handleAction | ( | in unsigned long | aAction, |
in nsIVariant | aActionArg | ||
) |
Handle the Windows AutoPlay action specified by aAction with the argument specified by aActionArg. Return true if the action is handled.
aAction | AutoPlay action to handle. |
aActionArg | Action argument. |