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(
                                                                        ValidationIssue         issue
                                                                    );
    

Property issue

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