Mohitkiran

Results 15 comments of Mohitkiran

Yeah I checked the log and `_pszQualifiedUserName` is null in log and this null is not coming always but very randomly (Only for cached user tiles it is happening and...

I got where I was doing wrong I didn't specify `_fUserNameVisible(false)` in userCrendential.cpp constructor so the thread is entering into `if(_fUserNameVisible)` and then `_pszQualifiedUserName ` memory is getting cleared in...

Can you tell me when does the control enter `if(_fLocalUser)` and when does it enter into `else`? My observation is that only for microsoft account login it is going into...

Okay thanks and one more thing is I tried adding the machine to azure ad and installed the credential provider and what happens is it is not displaying the credential...

No problem, Thank you for sparing time to reply me!