SERVER_NAME_LENGTH
#define SERVER_NAME_LEN_WITH_NULL (SERVER_NAME_LENGTH + 1)
char unc[SERVER_NAME_LENGTH + sizeof("//x/IPC$")] = {0};