| ap | is a variable list of arguments containing parameters describing tags and then the parameters for the PrintfW_s sequences. The first parameters constitute a set of groups defining associations for the tags. The last parameters are processed to perform the PrintfW_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 AllocateAndFormatStringByTagsW function for further explanation. |
[in] | lpszTagFormatString | is a zero-terminated wide string specifying format using PrintfW_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 '>'. |
| 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 remarks for further explanation. |