sl@0: STRUCT RSS_SIGNATURE sl@0: { sl@0: LONG signature=4; sl@0: SRLINK self; sl@0: } sl@0: sl@0: STRUCT TBUF sl@0: { sl@0: BUF buf; sl@0: } sl@0: sl@0: STRUCT SIMPLE sl@0: { sl@0: WORD word=0x3176; sl@0: } sl@0: sl@0: STRUCT WITH_BYTE_COUNT BYTE sl@0: { sl@0: LONG integer; sl@0: STRUCT struct; // a WITHOUT_BYTE_COUNT or a SIMPLE sl@0: } sl@0: sl@0: STRUCT WITHOUT_BYTE_COUNT sl@0: { sl@0: LONG integer; sl@0: STRUCT struct; // a WITH_BYTE_COUNT or a SIMPLE sl@0: } sl@0: sl@0: STRUCT LTEXT_ARRAY sl@0: { sl@0: LEN BYTE LTEXT array[]; sl@0: } sl@0: sl@0: NAME EDAC sl@0: sl@0: RESOURCE RSS_SIGNATURE t_compressed_unicode_2_resource_1 {} sl@0: sl@0: RESOURCE TBUF t_compressed_unicode_2_resource_2 {buf="My program is cool";} sl@0: sl@0: RESOURCE TBUF t_compressed_unicode_2_resource_3 {buf="z:\\system\\data\\eikon.mbm";} sl@0: sl@0: RESOURCE WITHOUT_BYTE_COUNT t_compressed_unicode_2_resource_4 sl@0: { sl@0: integer=9174804; sl@0: struct=WITH_BYTE_COUNT{integer=-6208493; struct=SIMPLE{};}; sl@0: } sl@0: sl@0: RESOURCE WITH_BYTE_COUNT t_compressed_unicode_2_resource_5 sl@0: { sl@0: integer=-120727; sl@0: struct=WITHOUT_BYTE_COUNT{integer=-82385253; struct=SIMPLE{};}; sl@0: } sl@0: sl@0: RESOURCE LTEXT_ARRAY t_compressed_unicode_2_resource_6 sl@0: { sl@0: array= sl@0: { sl@0: "z:\\system\\data\\uikon.mbm", sl@0: "z:\\system\\apps\\my_program\\my_program.mbm" sl@0: }; sl@0: } sl@0: