uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h
changeset 14 83d2d132aa58
parent 0 15bf7259bb7c
child 11 46927d61fef3
--- a/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h	Fri Mar 19 09:43:21 2010 +0200
+++ b/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h	Fri Apr 16 15:56:24 2010 +0300
@@ -50,6 +50,14 @@
     IMPORT_C void SendAsynchronous(TInt aOp, const TIpcArgs& aIPCArgs,TRequestStatus& aStatus );
 
     IMPORT_C TInt SendBlind(TInt aOp, const TIpcArgs& aIPCArgs );
+    
+     /**
+     * Asks list of window groups that have graphics surfaces even
+     * they are not supposed to be seen on screen
+     * @param aArray array to be populated
+     * @return error code.
+     */    
+    IMPORT_C TInt GetListOfInactiveWindowGroupsWSurfaces(RArray<TInt>* aWindowGroups);
 private:
     TInt iSpare1;
     TInt iSpare2;