This section describes the how to call the custom command with the parameters.
STRUCT SSM_START_CUSTOM_COMMAND is an API to start synchronous or asynchronous custom command. Custom commands are implemented using the MSsmCustomCommand interface. It can be called with parameters. This functionality is provided by the dll_info part of the custom command struct.
Required background
Before you start, you must know:
File name for the DLL containing this custom command.
Ordinal of the position of the custom command creation function in the specified DLL.
A link to a resource containing data to be passed as a parameter to the custom command (optional).
Procedure
Follow the steps given below to call a custom command:
The custom command is called.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.