ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference
|
OSUnserialize.h |
Includes: |
<sys/appleapiopts.h>
|
This header contains the definition of a function that recreates an OS container object from a serialized form of its instance data.
Recreates an OS container object from its previously serialized OS container class instance data.
OSUnserializeXML |
Recreates an OS container object from its previously serialized OS container class instance data.
extern OSObject* OSUnserializeXML( const char *buffer, OSString **errorString = 0);
buffer
Pointer to a buffer containing XML data representing the object to be recreated.
errorString
If this is a valid pointer and the XML parser finds an error in buffer, errorString contains text indicating the line number and type of error encountered.
Returns a pointer to the recreated object, or zero on failure.
|
Last Updated: 2008-12-19