| getnsweblogparamResult Structure Definition |
The getnsweblogparamResult structure defines the return type for getnsweblogparam API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nsweblogparamList |
List of nsweblogparams |
| nsweblogparam Structure Definition |
The nsweblogparam structure defines the actual return type values for getnsweblogparam API. |
Syntax |
Members |
buffersizemb |
Buffer size in MB. |
customreqhdrs |
Name(s) of HTTP request headers whose values should be exported by the Web Logging feature. |
customrsphdrs |
Name(s) of HTTP response headers whose values should be exported by the Web Logging feature. |
builtin |
Flag to determine if log bufs is built-in or not |
_nextgenapiresource |
See Also |