Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
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.
Syntax
DWORD Load(
DWORD dwType,
DWORD dwFlags
);
Parameters
- dwType
[in] Identifier for the primitive type.
- dwFlags
[in] Reserved. Set to zero.
Return Value
Returns ERROR_SUCCESS on success. For a list of error codes, see Credential Manager Error Codes.
Requirements
Header |
cred_prov.h |
Library |
coredll.lib |