The INSSEventAuthorizationCallback::OnEventAuthorized method is 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 will perform the task.
[in] dwRequestId
Specifies the request ID. This parameter is passed from the server to the authorization interface through the INSSEventAuthorization::AuthorizeEventmethod.
Return Values
This method should return S_OK upon successful completion.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.