CeCredWrite (Windows Embedded CE 6.0)
1/6/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 |