1 #ifndef _MUI_CLASSES_DATASPACE_H
2 #define _MUI_CLASSES_DATASPACE_H
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
9 /*** Name *******************************************************************/
10 #define MUIC_Dataspace "Dataspace.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Dataspace (MUIB_ZUNE | 0x00000b00)
16 /*** Methods ****************************************************************/
17 #define MUIM_Dataspace_Add (MUIB_MUI|0x00423366) /* MUI: V11 */
18 #define MUIM_Dataspace_Clear (MUIB_MUI|0x0042b6c9) /* MUI: V11 */
19 #define MUIM_Dataspace_Find (MUIB_MUI|0x0042832c) /* MUI: V11 */
20 #define MUIM_Dataspace_Merge (MUIB_MUI|0x00423e2b) /* MUI: V11 */
21 #define MUIM_Dataspace_ReadIFF (MUIB_MUI|0x00420dfb) /* MUI: V11 */
22 #define MUIM_Dataspace_Remove (MUIB_MUI|0x0042dce1) /* MUI: V11 */
23 #define MUIM_Dataspace_WriteIFF (MUIB_MUI|0x00425e8e) /* MUI: V11 */
24 struct MUIP_Dataspace_Add
{STACKED ULONG MethodID
; STACKED APTR data
; STACKED LONG len
; STACKED ULONG id
;};
25 struct MUIP_Dataspace_Clear
{STACKED ULONG MethodID
;};
26 struct MUIP_Dataspace_Find
{STACKED ULONG MethodID
; STACKED ULONG id
;};
27 struct MUIP_Dataspace_Merge
{STACKED ULONG MethodID
; STACKED Object
*dataspace
;};
28 struct MUIP_Dataspace_ReadIFF
{STACKED ULONG MethodID
; STACKED
struct IFFHandle
*handle
;};
29 struct MUIP_Dataspace_Remove
{STACKED ULONG MethodID
; STACKED ULONG id
;};
30 struct MUIP_Dataspace_WriteIFF
{STACKED ULONG MethodID
; STACKED
struct IFFHandle
*handle
; STACKED ULONG type
; STACKED ULONG id
;};
32 /*** Attributes *************************************************************/
33 #define MUIA_Dataspace_Pool (MUIB_MUI|0x00424cf9) /* MUI: V11 i.. APTR */
36 extern const struct __MUIBuiltinClass _MUI_Dataspace_desc
; /* PRIV */
38 #endif /* _MUI_CLASSES_DATASPACE_H */