2020-04-09
10:47 PM
- last edited on
2021-09-15
12:34 PM
by
Noemi Balogh
API_Element elementMask;
BNZeroMemory(&elementMask, sizeof(API_Element));
ACAPI_ELEMENT_MASK_SET(elementMask, API_WindowType, openingBase.libInd);
element.window.openingBase.libInd = iLibIndex;
const GSErrCode error = ACAPI_Element_ChangeParameters({ element.header.guid }, &element, nullptr, &elementMask);
const GSErrCode errorChange = ACAPI_Element_Change(&element, &elementMask, nullptr, 0UL, false);
But I get the result APIERR_BADPARS for both functions ACAPI_Element_ChangeParameters and ACAPI_Element_Change.Solved! Go to Solution.
2020-04-19 07:57 PM
2020-04-10 10:28 AM
2020-04-10 03:02 PM
2020-04-19 02:46 PM
2020-04-19 07:57 PM
2020-05-25 04:30 PM