Function comments have been checked with spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6655 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2008-11-21 03:07:28 +00:00
parent 73fa61fc78
commit 8404146cfa
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@retval RETURN_SUCCESS The start of the measurement was recorded.
@retval RETURN_OUT_OF_RESOURCES There are not enough resources to record the measurement.
@retval RETURN_DEVICE_ERROR A device error reading the time stamp.
**/
RETURN_STATUS
@ -70,6 +71,7 @@ StartPerformanceMeasurement (
@retval RETURN_SUCCESS The end of the measurement was recorded.
@retval RETURN_NOT_FOUND The specified measurement record could not be found.
@retval RETURN_DEVICE_ERROR A device error reading the time stamp.
**/
RETURN_STATUS

View File

@ -38,6 +38,7 @@
@retval RETURN_SUCCESS The start of the measurement was recorded.
@retval RETURN_OUT_OF_RESOURCES There are not enough resources to record the measurement.
@retval RETURN_DEVICE_ERROR A device error reading the time stamp.
**/
RETURN_STATUS
@ -73,6 +74,7 @@ StartPerformanceMeasurement (
@retval RETURN_SUCCESS The end of the measurement was recorded.
@retval RETURN_NOT_FOUND The specified measurement record could not be found.
@retval RETURN_DEVICE_ERROR A device error reading the time stamp.
**/
RETURN_STATUS