comparison doc/manual/manual_dynload_api.tex @ 329:8b0fc583ce62

- tex formatting fix - ToDo list cleanup
author Tassilo Philipp
date Fri, 22 Nov 2019 23:23:14 +0100
parents ab23f9f2934a
children b47168dacba6
comparison
equal deleted inserted replaced
328:276eb8c87aa0 329:8b0fc583ce62
56 56
57 This function can be used to get a copy of the path to the library loaded with handle 57 This function can be used to get a copy of the path to the library loaded with handle
58 \lstinline{pLib}. The parameter \lstinline{sOut} is a pointer to a buffer of size 58 \lstinline{pLib}. The parameter \lstinline{sOut} is a pointer to a buffer of size
59 \lstinline{bufSize} (in bytes), to hold the output string. The return value is the size 59 \lstinline{bufSize} (in bytes), to hold the output string. The return value is the size
60 of the buffer (in bytes) needed to hold the null-terminated string, or 0 if it can't be 60 of the buffer (in bytes) needed to hold the null-terminated string, or 0 if it can't be
61 looked up. If \lstinline{bufSize} >= return value > 1, a null-terminted string with the 61 looked up. If \lstinline{bufSize} \textgreater= return value \textgreater 1, a null-terminted string with the
62 path to the library should be in \lstinline{sOut}. If it returns 0, the library name wasn't 62 path to the library should be in \lstinline{sOut}. If it returns 0, the library name wasn't
63 able to be found. Please note that this might happen in some rare cases, so make sure to always check. 63 able to be found. Please note that this might happen in some rare cases, so make sure to always check.
64 64
65 \subsection{Symbol iteration} 65 \subsection{Symbol iteration}
66 66