CeCredWrite
This function creates or updates a credential specified by the target string.
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.