Disposes a format.
a0tError a0DisposeFormat( | | | |
| a0tFormat | *formatp );
| |
Name | rd/wr | Description |
formatp | write | Format descriptor to dispose. |
This function disposes a previously created format. After being disposed, no other functions can access it, not even other formats that are constructed with it.
Error Code | Description |
A0ErrInvFormat The base format has an invalid type. | |
A0ErrOkSuccessful completion. | |
a0NewMapFormat() a0NewFunctionFormat()