CeCredWrite (Windows CE 5.0)

Send Feedback

This function creates or updates a credential that is specified by the target string. This function is deprecated. Use the CredWrite function instead.

CeCredWrite( PCWSTR pszTarget,PCREDENTIAL pCred );

Parameters

  • pszTarget
    [in] Reserved. Should be NULL.
  • pCred
    [out] Pointer to the CREDENTIAL structure.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Credmgr.h.
Link Library: Secur32.lib.

See Also

CredWrite | Credential Manager Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.