mrss_get

returns the request arguments. The syntax is the same of mrss_set but the values of the list are pointer to data element (int *, * char **). If the key needs a char **, the value will be allocated.

` mrss_get(category, MRSS_FLAG_CATEGORY_DOMAIN, &string, MRSS_FLAG_END); if(string) free(string); `

?
extern (C) @system nothrow @nogc
mrss_get

Parameters

element

any type of mrss data struct

Return Value

the error code

Meta