Samba4/CLI/NTSTATUS

From SambaWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Data Types

typedef uint32_t NTSTATUS;

Functions

nt_errstr()

const char *nt_errstr(NTSTATUS nt_code);

get_friendly_nt_error_msg()

const char *get_friendly_nt_error_msg(NTSTATUS nt_code);

get_nt_error_c_code()

const char *get_nt_error_c_code(NTSTATUS nt_code);

nt_status_string_to_code()

NTSTATUS nt_status_string_to_code(const char *nt_status_str);