Home
last modified time | relevance | path

Searched defs:UI_PASSWORD_DLG (Results 1 – 6 of 6) sorted by relevance

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DSession.h338 struct UI_PASSWORD_DLG struct
340 UINT Type; // Type of password
341 char Username[MAX_USERNAME_LEN + 1]; // User name
342 char Password[MAX_PASSWORD_LEN + 1]; // Password
343 char ServerName[MAX_HOST_NAME_LEN + 1]; // Server name
344 UINT RetryIntervalSec; // Time to retry
345 EVENT *CancelEvent; // Event to cancel the dialog display
347 UINT64 StartTick; // Start time
348 bool AdminMode; // Administrative mode
350 bool NoSavePassword; // Mode that not to save the password
[all …]
H A DCedarType.h194 typedef struct UI_PASSWORD_DLG UI_PASSWORD_DLG; typedef
/dports/security/softether/v4.38-9760/src/Cedar/
H A DSession.h339 struct UI_PASSWORD_DLG struct
341 UINT Type; // Type of password
342 char Username[MAX_USERNAME_LEN + 1]; // User name
343 char Password[MAX_PASSWORD_LEN + 1]; // Password
344 char ServerName[MAX_HOST_NAME_LEN + 1]; // Server name
345 UINT RetryIntervalSec; // Time to retry
346 EVENT *CancelEvent; // Event to cancel the dialog display
348 UINT64 StartTick; // Start time
349 bool AdminMode; // Administrative mode
351 bool NoSavePassword; // Mode that not to save the password
[all …]
H A DCedarType.h194 typedef struct UI_PASSWORD_DLG UI_PASSWORD_DLG; typedef
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DSession.h235 struct UI_PASSWORD_DLG struct
237 UINT Type; // Type of password
238 char Username[MAX_USERNAME_LEN + 1]; // User name
239 char Password[MAX_PASSWORD_LEN + 1]; // Password
240 char ServerName[MAX_HOST_NAME_LEN + 1]; // Server name
241 UINT RetryIntervalSec; // Time to retry
242 EVENT *CancelEvent; // Event to cancel the dialog display
244 UINT64 StartTick; // Start time
245 bool AdminMode; // Administrative mode
247 bool NoSavePassword; // Mode that not to save the password
[all …]
H A DCedarType.h100 typedef struct UI_PASSWORD_DLG UI_PASSWORD_DLG; typedef