HomeSort by relevance Sort by last modified time
    Searched full:outusername (Results 1 - 3 of 3) sorted by null

  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
LoginDialog.h 42 virtual BOOL GetLogin( CString &outUsername, CString &outPassword );
LoginDialog.cpp 100 BOOL LoginDialog::GetLogin( CString &outUsername, CString &outPassword )
104 outUsername = mUsername;
  /external/mdnsresponder/mDNSWindows/ControlPanel/
RegistrationPage.cpp 201 char outUsername[ 256 ];
211 if ( LsaGetSecret( hostnameUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outUsername, sizeof( outUsername ) / sizeof( TCHAR ), outPassword, sizeof( outPassword ) / sizeof( TCHAR ) ) )
213 username = outUsername;

Completed in 251 milliseconds