Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The CheckComplete method is called when all of the existing policies have checked a request.
This event is signaled at the end of the ICARequest::get_Check method, after the policies have been queried, but before any denials are resolved.
Syntax
HRESULT CheckComplete(
ICARequest* pRequest,
long cDenials
);
Parameters
pRequest
[in] Pointer to the ICARequest interface of the request.
cDenials
[in] Number of denials attached to the request.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is 2.
See Also