Previous | Next |
Used to inform the server of the results of the authorization.
Syntax
HRESULT OnEventAuthorized(
HRESULT hr,
DWORD dwRequestId
);
Parameters
[in] hr
Specifies the results of the authorization. If this parameter is set to S_OK, the server performs the task.
[in] dwRequestId
Specifies the request ID. This parameter is passed from the server to the authorization interface through the INSSEventAuthorization::AuthorizeEvent method.
Return Values
This method must return S_OK upon successful completion.
See Also
INSSEventAuthorization::AuthorizeEvent
Previous | Next |