Searched defs:pdwDefault (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvProvider.cpp443 * @param pdwDefault Receives the credentials index to try
451 VBoxCredProvProvider::GetCredentialCount(DWORD *pdwCount, DWORD *pdwDefault, BOOL *pfAutoLogonWithDefault) argument
454 AssertPtr(pdwDefault);
469 *pdwDefault = 0; /* The credential we provide is *always* at index 0! */
475 *pdwDefault = CREDENTIAL_PROVIDER_NO_DEFAULT;
479 VBoxCredProvVerbose(0, "VBoxCredProv::GetCredentialCount: *pdwCount=%ld, *pdwDefault=%ld, *pfAutoLogonWithDefault=%s\n",
480 *pdwCount, *pdwDefault, *pfAutoLogonWithDefault ? "true" : "false");

Completed in 43 milliseconds