| ap | is a variable list of arguments containing parameters describing tags and parameters for the PrintfA_s sequences. The first set of the parameters constitute a set of groups defining associations for the tags. The last set is processed to perform the sPrintfA_s formatting. The parameters for the tag formatting are defined by groups. Each one consists on a tag name string,a pointer to a callback procedure associating the tag with the user-defined description, a user defined parameter for the callback and the flag signaling if the description would be the same for the all instances of the tag in the format. See description of the AllocateAndFormatStringByTagsA function for further explanation. |
[in] | lpszTagFormatString | is a zero-terminated multibyte string specifying format using PrintfA_s control sequences and tag words. The last ones are delimited by single left and right brackets, i.e. <tag>. The brackets themselves are encoded as "<<" for '<' and ">>" for '>'. |
[in] | cNumberOfTagsPresent | is a number of different tags specified in the format string and, therefore, a number of groups of entities of the variable parameters list. See description of the AllocateAndFormatStringByTagsA function for further explanation. |