class ESock::AIPCClientInfo |
Public Member Functions | |
---|---|
IMPORT_C TInt | ClientSid ( TSubSessionUniqueId , TSecureId &) |
IMPORT_C TInt | ClientUidType ( TSubSessionUniqueId , TUidType &) |
Protected Member Functions | |
---|---|
TInt | GetSubsessionOwnerInfo ( TSubSessionUniqueId , TProcessId &, TUidType &, TThreadId &) |
IMPORT_C TInt | OpenClientProcess ( TSubSessionUniqueId , RProcess &) |
IMPORT_C TInt | ClientSid | ( | TSubSessionUniqueId | aSubSessionUniqueId, |
TSecureId & | aSid | |||
) | const |
Retrieves the secure id of the owner of the subsession
TSubSessionUniqueId aSubSessionUniqueId | The id of the subsession to query |
TSecureId & aSid |
IMPORT_C TInt | ClientUidType | ( | TSubSessionUniqueId | aSubSessionUniqueId, |
TUidType & | aUidType | |||
) | const |
TSubSessionUniqueId aSubSessionUniqueId | The id of the subsession to query |
TUidType & aUidType | The uid type |
TInt | GetSubsessionOwnerInfo | ( | TSubSessionUniqueId | aSubSessionUniqueId, |
TProcessId & | aProcessId, | |||
TUidType & | aUidType, | |||
TThreadId & | aThreadId | |||
) | const [protected] |
The thread id. returned is that which opened the RSocketServ , not the RSocket .
TSubSessionUniqueId aSubSessionUniqueId | The subsession id of to obtain the client process information from |
TProcessId & aProcessId | |
TUidType & aUidType | |
TThreadId & aThreadId |
IMPORT_C TInt | OpenClientProcess | ( | TSubSessionUniqueId | aSubSessionUniqueId, |
RProcess & | aProcess | |||
) | const [protected] |
Opens the RProcess of the owning client process of the subsession. The caller is responsible for calling the RProcess.Close() method.
TSubSessionUniqueId aSubSessionUniqueId | The subsession id of to obtain the client process information from |
RProcess & aProcess | Upon returning from a successful call aProcess is an opened RProcess. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.