Docs: SectionGetSize sets the error flag

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6653 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2015-12-04 21:25:12 +00:00
parent 7f6735532e
commit eb5ce7eea5

View file

@ -97,7 +97,7 @@ because the binary value for 5 is "00000101". The error flag will be set if the
\c section_index user_var(output)
Retrieves the install types flags array of a section. See above explanation about \R{sectionsetinsttypes}{SectionSetInstTypes} for a description of how to deal with the output. The error flag will be set if the section index specified is out of range.
Retrieves the install types flags array of a section. See above explanation about \R{sectionsetinsttypes}{SectionSetInstTypes} for a description of how to deal with the output. The error flag will be set if the section index is out of range.
\c Section test test_section_id
\c SectionEnd
@ -127,7 +127,7 @@ Sets the Size of the section specified by section_index. Note that the Index sta
\c section_index user_var
Gets the Size of the section specified by section_index and stores the value in the given User Variable. Note that the Index starts with Zero.
Gets the Size of the section specified by section_index and stores the value in the given User Variable. Note that the Index starts with Zero. The error flag will be set if the section index is out of range.
\c Section test test_section_id
\c SectionEnd