validateSetOptions

..

Syntax

//
//   Strong typing definition
//
void            validateSetOptions(
                        int_t                   timeLimitSeconds,
                        int_t                   issueCntLimit,
                        bool                    showEachIssueOnce,
                        uint64_t                issueTypes,
                        uint64_t                mask
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   validateSetOptions(
                                                                        int_t                   timeLimitSeconds,
                                                                        int_t                   issueCntLimit,
                                                                        bool                    showEachIssueOnce,
                                                                        uint64_t                issueTypes,
                                                                        uint64_t                mask
                                                                    );
    

Property timeLimitSeconds

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

Property issueCntLimit

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

Property showEachIssueOnce

Size: 8 bit / 1 byte (value)
???.

Property issueTypes

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

Property mask

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