_Export
status_t ret = _Export(fClonedIcon, &fRef);
status_t _Export(const Icon* icon,
status_t ret = _Export(buffer, icon);
status_t ret = _Export(buffer, icon);
status_t _Export(LittleEndianBuffer& buffer,
return _Export((const uint8*)buffer.Buffer(), buffer.BufferLength(), stream);
status_t _Export(const uint8* source,
return _Export((const uint8*)buffer.Buffer(), buffer.BufferLength(),
status_t _Export(const uint8* source,
ret = _Export(path, &pathArchive);
ret = _Export(style, &styleArchive);
ret = _Export(shape, paths, styles, &shapeArchive);
status_t _Export(const VectorPath* path,
status_t _Export(const Style* style,
status_t _Export(const Shape* shape,