Share via


Load Function (Credential Manager) (Windows CE 5.0)

Send Feedback

This function registers a primitive credential type with a type provider. It is called only once for any credential type. The type provider can also define any type related initializations in this function.

DWORD Load(  DWORD dwType,  DWORD dwFlags);

Parameters

  • dwType
    Identifier for the primitive type.
  • dwFlags
    Reserved. Set to zero.

Return Values

Returns ERROR_SUCCESS on success. For a list of error codes, see Credential Manager Error Codes.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Cred_prov.h.
Link Library: Coredll.lib.

See Also

Credential Manager Type Provider Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.