ToiDlnaContentDirectoryServiceGetOperationObjectResultRet.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef TOIDLNACONTENTDIRECTORYSERVICEGETOPERATIONOBJECTRESULTRET_IDL
00016 #define TOIDLNACONTENTDIRECTORYSERVICEGETOPERATIONOBJECTRESULTRET_IDL
00017 #include "ToiDlnaContentDirectoryService.idl"
00018
00019 interface ToiDlnaContentDirectoryServiceGetOperationObjectResultRet {
00020
00021 attribute ToiDlnaContentDirectoryService::TToiCdsObjectSequence objects;
00022
00023 attribute boolean hasMore;
00024
00025
00026
00027
00028 void getOperationObjectResult(in ToiOperationManager::TToiOperationId operationId,
00029 in long maxCount);
00030
00031 };
00032 #endif