diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-3A785F02-F4AA-432C-9331-8827029BB384.dita --- a/Symbian3/PDK/Source/GUID-3A785F02-F4AA-432C-9331-8827029BB384.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-3A785F02-F4AA-432C-9331-8827029BB384.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,25 +1,25 @@ - - - - - -Status -QueryThis document describes how the status of an asynchronous request -is maintained and monitored. -

A TRequestStatus object is used to monitor the status -and result of the asynchronous request. This object maintains the status of -the request at various stages and finally contains the request result. The -driver uses the status object when performing operations on the request such -as cancelling, completing, or managing multiple similar requests.

-

Initially, when the request is made, the Kernel changes the status to KRequestPending. -After completion of the request, the status is changed to KRequestComplete to -indicate request completion. It also contains the result of the request, which -can indicate an error or failure of the request. TRequestStatus::Int() returns -the request result.

+ + + + + +Status +QueryThis document describes how the status of an asynchronous request +is maintained and monitored. +

A TRequestStatus object is used to monitor the status +and result of the asynchronous request. This object maintains the status of +the request at various stages and finally contains the request result. The +driver uses the status object when performing operations on the request such +as cancelling, completing, or managing multiple similar requests.

+

Initially, when the request is made, the Kernel changes the status to KRequestPending. +After completion of the request, the status is changed to KRequestComplete to +indicate request completion. It also contains the result of the request, which +can indicate an error or failure of the request. TRequestStatus::Int() returns +the request result.

\ No newline at end of file