mirror of https://github.com/acidanthera/audk.git
Enhance the comments.
Signed-off-by: Dong Eric <eric.dong@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13715 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2aadc9205b
commit
158e788f78
|
@ -1718,6 +1718,8 @@ PeCoffLoaderRelocateImageForRuntime (
|
||||||
PE/COFF image starting at byte offset FileOffset into the buffer specified by Buffer.
|
PE/COFF image starting at byte offset FileOffset into the buffer specified by Buffer.
|
||||||
The size of the buffer actually read is returned in ReadSize.
|
The size of the buffer actually read is returned in ReadSize.
|
||||||
|
|
||||||
|
The caller must make sure the FileOffset and ReadSize within the file scope.
|
||||||
|
|
||||||
If FileHandle is NULL, then ASSERT().
|
If FileHandle is NULL, then ASSERT().
|
||||||
If ReadSize is NULL, then ASSERT().
|
If ReadSize is NULL, then ASSERT().
|
||||||
If Buffer is NULL, then ASSERT().
|
If Buffer is NULL, then ASSERT().
|
||||||
|
|
Loading…
Reference in New Issue