mstxDomainCreateA
Function Description
Creates a custom mstx domain.
Domain: Organizes dotting data into domains for customized management. Any dotting data without a domain specified falls into the default domain. By default, all dotting data is in the default domain.
Function Prototype
1 | mstxDomainHandle_t mstxDomainCreateA(const char* name) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Name of the domain to be created.
|
Returns
A valid domain handle indicates success. nullptr indicates execution failure.
Calling Example
mstxDomainHandle_t domain = mstxDomainCreateA("sample")