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

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvProvider.cpp377 * @param pdwCount Receives total count of fields.
380 VBoxCredProvProvider::GetFieldDescriptorCount(DWORD *pdwCount) argument
382 if (pdwCount)
384 *pdwCount = VBOXCREDPROV_NUM_FIELDS;
385 VBoxCredProvVerbose(0, "VBoxCredProv::GetFieldDescriptorCount: %ld\n", *pdwCount);
442 * @param pdwCount Receives number of credentials to serve.
451 VBoxCredProvProvider::GetCredentialCount(DWORD *pdwCount, DWORD *pdwDefault, BOOL *pfAutoLogonWithDefault) argument
453 AssertPtr(pdwCount);
468 *pdwCount = 1; /* This provider always has the same number of credentials (1). */
474 *pdwCount
[all...]

Completed in 86 milliseconds