Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function returns a pointer to a credential structure that is specified by the target string. This function is deprecated. Use the CredRead function instead.
Syntax
CeCredRead(
PCWSTR pszTarget,
DWORD dwCredType,
DWORD dwFlags,
PCREDENTIAL pCred
);
Parameters
- pszTarget
[in] Reserved. Should be NULL.
dwCredType
[in] One of the following credential types:- CRED_TYPE_GENERIC
- CRED_TYPE_DOMAIN_PASSWORD
- CRED_TYPE_DOMAIN_CERTIFICATE
- CRED_TYPE_DOMAIN_VISIBLE_PASSWORD
- dwFlags
[in] Reserved. Should be NULL.
- pCred
[out] Pointer to the CREDENTIAL structure.
Return Value
None.
Requirements
| Header | credmgr.h |
| Library | secur32.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |