Comments synchronized

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7480 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2009-02-09 03:28:44 +00:00
parent 2517435c8d
commit f0a8eeb2c5
2 changed files with 12 additions and 8 deletions

View File

@ -138,15 +138,17 @@ EfiGetSystemConfigurationTable (
instances specified by ProtocolGuid. instances specified by ProtocolGuid.
This function causes the notification function to be executed for every protocol of type This function causes the notification function to be executed for every protocol of type
ProtocolGuid instance that exists in the system when this function is invoked. ProtocolGuid instance that exists in the system when this function is invoked. If there are
In addition, every time a protocol of type ProtocolGuid instance is installed or reinstalled, no instances of ProtocolGuid in the handle database at the time this function is invoked,
the notification function is also executed. This function returns the notification event then the notification function is still executed one time. In addition, every time a protocol
that was created. of type ProtocolGuid instance is installed or reinstalled, the notification function is also
executed. This function returns the notification event that was created.
If ProtocolGuid is NULL, then ASSERT(). If ProtocolGuid is NULL, then ASSERT().
If NotifyTpl is not a legal TPL value, then ASSERT(). If NotifyTpl is not a legal TPL value, then ASSERT().
If NotifyFunction is NULL, then ASSERT(). If NotifyFunction is NULL, then ASSERT().
If Registration is NULL, then ASSERT(). If Registration is NULL, then ASSERT().
@param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired. @param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired.
@param NotifyTpl Supplies the task priority level of the event notifications. @param NotifyTpl Supplies the task priority level of the event notifications.
@param NotifyFunction Supplies the function to notify when the event is signaled. @param NotifyFunction Supplies the function to notify when the event is signaled.

View File

@ -92,15 +92,17 @@ EfiGetSystemConfigurationTable (
instances specified by ProtocolGuid. instances specified by ProtocolGuid.
This function causes the notification function to be executed for every protocol of type This function causes the notification function to be executed for every protocol of type
ProtocolGuid instance that exists in the system when this function is invoked. ProtocolGuid instance that exists in the system when this function is invoked. If there are
In addition, every time a protocol of type ProtocolGuid instance is installed or reinstalled, no instances of ProtocolGuid in the handle database at the time this function is invoked,
the notification function is also executed. This function returns the notification event then the notification function is still executed one time. In addition, every time a protocol
that was created. of type ProtocolGuid instance is installed or reinstalled, the notification function is also
executed. This function returns the notification event that was created.
If ProtocolGuid is NULL, then ASSERT(). If ProtocolGuid is NULL, then ASSERT().
If NotifyTpl is not a legal TPL value, then ASSERT(). If NotifyTpl is not a legal TPL value, then ASSERT().
If NotifyFunction is NULL, then ASSERT(). If NotifyFunction is NULL, then ASSERT().
If Registration is NULL, then ASSERT(). If Registration is NULL, then ASSERT().
@param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired. @param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired.
@param NotifyTpl Supplies the task priority level of the event notifications. @param NotifyTpl Supplies the task priority level of the event notifications.
@param NotifyFunction Supplies the function to notify when the event is signaled. @param NotifyFunction Supplies the function to notify when the event is signaled.