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
(,
char** buffer
)

Parameters

mrss mrss_t*

the rss struct data

buffer char**

the buffer

Return Value

the error code

Meta