A generic IFF/RIFF file writer helper.  
More...
Detailed Description
A generic IFF/RIFF file writer helper. 
Typedef Documentation
An opaque reference to the Plank IffFileWriter object. 
 
 
Function Documentation
Create a Plank IffFileWriter object and return an oqaque reference to it. 
- Returns:
- A Plank IffFileWriter object as an opaque reference or PLANK_NULL. 
 
 
Create and initialise a Plank IffFileWriter object and return an oqaque reference to it. 
- Returns:
- A Plank IffFileWriter object as an opaque reference or PLANK_NULL. 
 
 
Deinitialise a Plank IffFileWriter object. 
- Parameters:
- 
  
    | p | The Plank IffFileWriter object. |  
 
- Returns:
- A result code which will be PlankResult_OK if the operation was completely successful. 
 
 
Destroy a Plank IffFileWriter object. 
- Parameters:
- 
  
    | p | The Plank IffFileWriter object. |  
 
- Returns:
- A result code which will be PlankResult_OK if the operation was completely successful. 
 
 
Gets the underlying Plank File object. 
This is the raw file object that is performing the fundamental file access operations. 
- Parameters:
- 
  
    | p | The Plank IffFileWriter object. |  
 
- Returns:
- The Plank File object. 
 
 
Initialise a Plank IffFileWriter object. 
- Parameters:
- 
  
    | p | The Plank IffFileWriter object. |  
 
- Returns:
- A result code which will be PlankResult_OK if the operation was completely successful.