new, hopefully more informative, System plug-in documentation

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3556 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-06-04 16:31:45 +00:00
parent 879a8245bc
commit 74051c80de
5 changed files with 779 additions and 194 deletions

View file

@ -194,7 +194,7 @@ System.dll recognises the following data types:
\b b - boolean (needs/returns 'true':'false') - by the fact this type is senseless -> usual integer can be used ('0':'1')
\b k - callback. See Callback section in system.txt.
\b k - callback. See Callback section in system.html.
\b * - pointer specifier -> the proc needs the pointer to type, affects next char (parameter) [ex: '*i' - pointer to int]