ReactOS 0.4.15-dev-7953-g1f49173
_NtlmCredentials Struct Reference

#include <ntlm.h>

Collaboration diagram for _NtlmCredentials:

Public Attributes

HelperMode mode
 
charusername_arg
 
chardomain_arg
 
charpassword
 
int pwlen
 
int no_cached_credentials
 

Detailed Description

Definition at line 56 of file ntlm.h.

Member Data Documentation

◆ domain_arg

char* _NtlmCredentials::domain_arg

◆ mode

HelperMode _NtlmCredentials::mode

◆ no_cached_credentials

int _NtlmCredentials::no_cached_credentials

◆ password

char* _NtlmCredentials::password

◆ pwlen

int _NtlmCredentials::pwlen

◆ username_arg

char* _NtlmCredentials::username_arg

The documentation for this struct was generated from the following file: