MaaFramework
A automation black-box testing framework based on image recognition.
Loading...
Searching...
No Matches
MaaGlobal.h File Reference
#include "../MaaDef.h"
#include "../MaaPort.h"

Go to the source code of this file.

Functions

MAA_FRAMEWORK_API MaaBool MaaGlobalSetOption (MaaGlobalOption key, MaaOptionValue value, MaaOptionValueSize val_size)
 
MAA_FRAMEWORK_API MaaBool MaaGlobalLoadPlugin (const char *library_path)
 
MAA_DEPRECATED MAA_FRAMEWORK_API MaaBool MaaSetGlobalOption (MaaGlobalOption key, MaaOptionValue value, MaaOptionValueSize val_size)
 

Function Documentation

◆ MaaGlobalSetOption()

MAA_FRAMEWORK_API MaaBool MaaGlobalSetOption ( MaaGlobalOption  key,
MaaOptionValue  value,
MaaOptionValueSize  val_size 
)
Parameters
[in]value
Parameters
valuebyte array, int*, char*, bool*

◆ MaaGlobalLoadPlugin()

MAA_FRAMEWORK_API MaaBool MaaGlobalLoadPlugin ( const char *  library_path)

load a plugin with full path or name only, name only will search in system directory and current directory or load plugins with recursive search in the directory

◆ MaaSetGlobalOption()

MAA_DEPRECATED MAA_FRAMEWORK_API MaaBool MaaSetGlobalOption ( MaaGlobalOption  key,
MaaOptionValue  value,
MaaOptionValueSize  val_size 
)
Parameters
valuebyte array, int*, char*, bool*