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.
The IdentityUpdated method is called by an identity provider to notify a calling application that an identity event occurred. An application calls the IIdentityProvider::Advise method to specify events for which it is to be notified.
Syntax
HRESULT IdentityUpdated(
[in] DWORD dwIdentityUpdateEvents,
[in] LPCWSTR lpszUniqueID
);
Parameters
[in] dwIdentityUpdateEvents
The identity events that occurred. The value of this parameter can be zero or more of the following values combined by using a bitwise-OR operation.
[in] lpszUniqueID
The identity associated with the events that occurred.
Return value
If the method succeeds, it returns S_OK.
If the method fails, it returns an error code. For a list of common error codes, see Common HRESULT Values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | identityprovider.h |