Share via


CeCredWrite

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

CeCredWrite( 
  PCWSTR pszTarget,
  PCREDENTIAL pCred 
);

Parameters

  • pszTarget
    [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

CredWrite
Credential Manager Functions