validateGetAttr

Returns the attribute handle related to the given issue (if relevant)

Syntax

//
//   Strong typing definition
//
SdaiAttr        validateGetAttr(
                        ValidationIssue         issue
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) * __stdcall validateGetAttr(
                                                                        void                    * issue
                                                                    );
    

Property issue

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