CeCredRead

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CredRead
Credential Manager Functions