Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The KsValidateClockCreateRequest function validates the clock creation request and returns the create structure associated with the request.
This can only be called at PASSIVE_LEVEL.
Syntax
KSDDKAPI NTSTATUS KsValidateClockCreateRequest(
PIRP Irp,
[out] PKSCLOCK_CREATE *ClockCreate
);
Parameters
Irp
Specifies the IRP with the clock create request being handled.
[out] ClockCreate
Specifies the clock create structure pointer passed to the create request.
Return value
The KsValidateClockCreateRequest function returns STATUS_SUCCESS if successful, or an error if unsuccessful.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Universal |
| Header | ks.h (include Ks.h) |
| Library | Ks.lib |