validateGetOptions

..

Syntax

//
//   Strong typing definition
//
uint64_t        validateGetOptions(
                        int_t                   * timeLimitSeconds,
                        int_t                   * issueCntLimit,
                        bool                    * showEachIssueOnce,
                        uint64_t                mask
                    );


//
//   Weak typing definition
//
uint64_t    __declspec(dllexport) __stdcall   validateGetOptions(
                                                                            int_t                   * timeLimitSeconds,
                                                                            int_t                   * issueCntLimit,
                                                                            bool                    * showEachIssueOnce,
                                                                            uint64_t                mask
                                                                        );
    

Property timeLimitSeconds

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

Property issueCntLimit

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

Property showEachIssueOnce

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

Property mask

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