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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +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_ObjGetSizeName - New function added that allows the user to get the size of buffer required to successfully call PWR_ObjGetName for a given object.}
3
+
\item{PWR_ObjGetSizeOfName - New function added that allows the user to get the size of buffer required to successfully call PWR_ObjGetName for a given object.}
%int PWR_ObjGetSizeName( PWR_Obj object, size_t len );
137
-
\begin{prototype}{ObjGetSizeName}
138
-
\longdescription{The \texttt{PWR_ObjGetSizeName} returns the length of an object's name. The len parameter will contain the length of the name of the specified object including any string terminators upon return. See page \pageref{func:CntxtGetObjByName} to get the object based on the unique name using \texttt{PWR_CntxtGetObjByName}.}
136
+
%int PWR_ObjGetSizeOfName( PWR_Obj object, size_t len );
137
+
\begin{prototype}{ObjGetSizeOfName}
138
+
\longdescription{The \texttt{PWR_ObjGetSizeOfName} returns the length of an object's name. The len parameter will contain the length of the name of the specified object including any string terminators upon return. See page \pageref{func:CntxtGetObjByName} to get the object based on the unique name using \texttt{PWR_CntxtGetObjByName}.}
139
139
\returntype{int}
140
140
\parameter{PWR_Obj object} {\pInput} {The object that the user wishes to determine the name of.}
141
141
\parameter{size_t* len} {\pInputOutput} {The length of the user provided buffer.}
0 commit comments