uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h
branchRCL_3
changeset 8 10534483575f
parent 0 15bf7259bb7c
child 11 46927d61fef3
equal deleted inserted replaced
7:433cbbb6a04b 8:10534483575f
    48     IMPORT_C TInt SendSynch(TInt aOp, const TIpcArgs& aIPCArgs );
    48     IMPORT_C TInt SendSynch(TInt aOp, const TIpcArgs& aIPCArgs );
    49 
    49 
    50     IMPORT_C void SendAsynchronous(TInt aOp, const TIpcArgs& aIPCArgs,TRequestStatus& aStatus );
    50     IMPORT_C void SendAsynchronous(TInt aOp, const TIpcArgs& aIPCArgs,TRequestStatus& aStatus );
    51 
    51 
    52     IMPORT_C TInt SendBlind(TInt aOp, const TIpcArgs& aIPCArgs );
    52     IMPORT_C TInt SendBlind(TInt aOp, const TIpcArgs& aIPCArgs );
       
    53     
       
    54      /**
       
    55      * Asks list of window groups that have graphics surfaces even
       
    56      * they are not supposed to be seen on screen
       
    57      * @param aArray array to be populated
       
    58      * @return error code.
       
    59      */    
       
    60     IMPORT_C TInt GetListOfInactiveWindowGroupsWSurfaces(RArray<TInt>* aWindowGroups);
    53 private:
    61 private:
    54     TInt iSpare1;
    62     TInt iSpare1;
    55     TInt iSpare2;
    63     TInt iSpare2;
    56     };
    64     };
    57 
    65