Skip to content

Commit f46ba24

Browse files
committed
changelog entry for PWR_ObjGetSizeName
1 parent 8453b7c commit f46ba24

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ChangeLog.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
The following list contains changes to the community Power API specification version 2.1
22
\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.}
64

75
\end{itemize}
86

0 commit comments

Comments
 (0)