sdaiGetADBTypePathx

This call is the same as sdaiGetADBTypePath, however can be used by porting to languages that have issues with returned char arrays.

Syntax

//
//   Strong typing definition
//
void            sdaiGetADBTypePathx(
                        const SdaiADB           ADB,
                        int_t                   typeNameNumber,
                        char                    ** path
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   sdaiGetADBTypePathx(
                                                                        const void              * ADB,
                                                                        int_t                   typeNameNumber,
                                                                        char                    ** path
                                                                    );
    

Property ADB

Size: 32 bit / 4 byte (reference)
...

Property typeNameNumber

Size: 32 bit / 4 byte (value)
...

Property path

Size: 32 bit / 4 byte (reference)
...