Continue development of Authentication Token Validation Service and

the use of it by AuthTokenValidate.
This commit is contained in:
Juan Carlos Luciani
2006-09-08 15:44:32 +00:00
parent e77685f605
commit 20608a9f65
10 changed files with 125 additions and 29 deletions

View File

@@ -134,7 +134,7 @@ ServiceRequest(
//
// Notes:
//
// L1
// L2
//=======================================================================--
{
int retStatus = -1;
@@ -707,7 +707,7 @@ IpcServerGetRequest(void)
// An application can execute this method from multiple
// threads to allow requests to be process concurrently.
//
// L1
// L2
//=======================================================================--
{
int32_t requestId = 0;
@@ -834,7 +834,7 @@ IpcServerGetRequestData(
// data indicated. You may be able to leverage this to
// treat the data as a NULL terminated string in cases
// where the request consists of ASCII characters.
// L1
// L2
//=======================================================================--
{
int32_t reqDataLen = 0;
@@ -900,7 +900,7 @@ IpcServerCompleteRequest(
//
// Notes: The returned buffer will not NOT be released by the method.
//
// L1
// L2
//=======================================================================--
{
DbgTrace(1, "IpcServerCompleteRequest- Start, requestId = %08X\n", requestId);
@@ -962,7 +962,7 @@ IpcServerAbortRequest(
//
// Notes:
//
// L1
// L2
//=======================================================================--
{
DbgTrace(1, "IpcServerAbortRequest- Start, requestId = %08X\n", requestId);