Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |