This section explains the APIs that control actions.
The APIs that control actions can be categorized into the action execution API, action stop API, and action status notification API.
The action control APIs' operating environment, cautions and required files are explained below.
Operating Environment
These APIs can only operate on machines where a Systemwalker Operation Manager server is installed. They will not operate on machines where only the Systemwalker Operation Manager client is installed.
Cautions
In a compiling environment, use Visual C++ (version 2005) as the compiler and "multithread (DLL) " for the runtime library.
Use the same version/levels of the LIB file and INCLUDE file.
In the environment where Systemwalker Centric Manager 13.2.0 or later and Systemwalker Operation Manager 13.2.0 or later coexist or, only Systemwalker Centric Manager 13.2.0 or later is uninstalled from that environment, privileges required for executing this API vary. See the Systemwalker Centric Manager API Reference Guide for details.
Required Files
The following files are required in order to use the action control APIs:
[Windows x86]
f3crhxac.lib
f3crhxac.h
[Windows x64]
f3crhxac_x64.lib
f3crhxac_x64.h
Action control APIs are stored in a LIB file. The constants and structures used in each AP should be declared in an INCLUDE file.
These files are stored under "MpWalker\lib" and "MpWalker\include" where Systemwalker Operation Manager was installed.