sdaiUnsetArrayByIndex

The function restores the unset (not assigned a value) status of the member of the specified array at the specified index position.

Syntax

//
//   Strong typing definition
//
void            sdaiUnsetArrayByIndex(
                        SdaiArray               array,
                        SdaiAggrIndex           index
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   sdaiUnsetArrayByIndex(
                                                                        int_t                   * array,
                                                                        int_t                   index
                                                                    );
    

Property array

Size: 64 bit / 8 byte (reference)
???.

Property index

Size: 64 bit / 8 byte (value)
...