Template:ApiBinaryItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
;Summary | ;Summary | ||
:{{{Sum}}} | :{{{Sum}}} | ||
;Definition | ;Definition | ||
:{{{DefH}}} '''{{{Nam}}}'''({{{DefP}}}); | :{{{DefH}}} '''{{{Nam}}}'''({{{DefP}}}); | ||
<noinclude><br>DefH = definition header - int, DefP = definition parameters - char*msg, int len<br></noinclude> | <noinclude><br>DefH = definition header - int, DefP = definition parameters - char*msg, int len<br></noinclude> | ||
'''Parameters'''<br> | '''Parameters'''<br> | ||
# {{{1}}} | # {{{1}}} | ||
Line 17: | Line 17: | ||
# {{{5}}} | # {{{5}}} | ||
# {{{6}}} | # {{{6}}} | ||
;Return value | ;Return value | ||
:{{{Ret}}} | :{{{Ret}}} | ||
{{#if: {{{Not}}} | ;Note<br> :{{{Not}}} | {{#if: {{{Not}}} | ;Note<br> :{{{Not}}} | }} | ||
{{#if: {{{War}}} | ;Warning<br> :{{{War}}} | {{#if: {{{War}}} | ;Warning<br> :{{{War}}} | }} | ||
{{#if: {{{Exa}}} | '''Example'''<br> <code>{{{Exa}}}</code><br> | }} | {{#if: {{{Exa}}} | '''Example'''<br> <code>{{{Exa}}}</code><br> | }} |
Revision as of 10:22, 9 June 2023
(provizorní verze templatu / temporary version of template)
{{{HeSym}}} {{{Nam}}} {{{HeSym}}}
HeSym = Header symbol - ====, Nam = function name to using in header and definition
- Summary
- {{{Sum}}}
- Definition
- {{{DefH}}} {{{Nam}}}({{{DefP}}});
DefH = definition header - int, DefP = definition parameters - char*msg, int len
Parameters
- {{{1}}}
- {{{2}}}
- {{{3}}}
- {{{4}}}
- {{{5}}}
- {{{6}}}
- Return value
- {{{Ret}}}
- Note
:{{{Not}}} - Warning
:{{{War}}}
Example
{{{Exa}}}