You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.tex
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
The following list contains changes to the community Power API specification version 2.1
2
2
\begin{itemize}
3
-
\item{PWR_ObjGetName - Changed length input to a input/output and added text explaining how it can be used.
4
-
len now returns the length of the buffer returned or the length of the buffer that is needed if
5
-
truncation has occurred. This allows for easier use of the function as the application can then call PWR_ObjGetName again with the correct length buffer.}
3
+
\item{PWR_ObjGetSizeName - New function added that allows the user to get the size of buffer required to successfully call PWR_ObjGetName for a given object.}
0 commit comments