r3iffmod

r3iffmod

Class

real/windows/r3iffmod.h

Library

r3win

Description:

.

See Also

real/code/r3fifomo.h

Super Class

r3Fileformatmodel

R3CLID_FILEFORMATMODEL

JavaScript

r3Iffmodel

Class Identifier

R3CLID_IFFMODEL - 1679

Methods

SETSECTION,

Attributes

Sections, Thumbnail, AvailableSections,

R3IFFMODM_SETSECTION

Method

SETSECTION

Identifier

R3IFFMODM_SETSECTION

JavaScript

obj.SETSECTION();

Description

Sections

Attribute

Sections

Identifier

R3IFFMODA_Sections

JavaScript type

Integer

C type

R3INT

Description

section bits

Syntax


jsobj.SetSections(value);
value = jsobj.GetSections();


R3INT value = ...;
R3SetAttrs(r3obj, R3IFFMODA_Sections, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3IFFMODA_Sections, &value, R3TAG_END);

Thumbnail

Attribute

Thumbnail

Identifier

R3IFFMODA_Thumbnail

JavaScript type

Object

C type

R3OBJ*

Description

thumbnail object

Syntax


value = jsobj.GetThumbnail();


R3OBJ* value;
R3GetAttrs(r3obj, R3IFFMODA_Thumbnail, &value, R3TAG_END);

AvailableSections

Attribute

AvailableSections

Identifier

R3IFFMODA_AvailableSections

JavaScript type

Integer

C type

R3INT

Description

sections found from the file

Syntax


value = jsobj.GetAvailableSections();


R3INT value;
R3GetAttrs(r3obj, R3IFFMODA_AvailableSections, &value, R3TAG_END);