![]() |
cwrite | Function (ROM Call 0x139) |
cert.h |
short cwrite (CFILE *context, CERT_FIELD *source); |
Puts a field to a context.
cwrite writes a field described with CERT_FIELD structure pointed to by source to the file associated with the file context pointed to by context. cwrite is the reverse of cread. Returns TRUE if the operation was successful, otherwise it returns FALSE.