Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The CheckStarted method is called immediately before the policies check a request.
This event is signaled at the beginning of the ICARequest::get_Check method. The event is signaled after the get_Check method removes the existing denials, but before it queries the policies for new denials.
Syntax
HRESULT CheckStarted(
ICARequest* pRequest
);
Parameters
pRequest
[in] Pointer to the ICARequest interface of the request.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is 1.
See Also