mrss_write_buffer

Write a RSS struct data in a buffer.

` char *buffer; buffer=null; //<--- This is important!! mrss_write_buffer (mrss, &buffer); ` The buffer must be null.

?
extern (C) @system nothrow @nogc
mrss_write_buffer
()

Parameters

mrss
Type: mrss_t*

the rss struct data

buffer
Type: char**

the buffer

Return Value

the error code

Meta