Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.82 KB

nc-ucxcontroller-evt_ucx_controller_stop_tracking_for_time_sync.md

File metadata and controls

77 lines (57 loc) · 2.82 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:ucxcontroller.EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC
EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC (ucxcontroller.h)
UCX invokes this callback function to the stop time tracking functionality in the controller.
buses\evt_ucx_controller_stop_tracking_for_time_sync.htm
usbref
05/07/2018
EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC callback function
EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC, EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC callback, EvUcxControllerStopTrackingForTimeSync, EvUcxControllerStopTrackingForTimeSync callback function [Buses], buses.evt_ucx_controller_stop_tracking_for_time_sync, ucxcontroller/EvUcxControllerStopTrackingForTimeSync
ucxcontroller.h
Ucxclass.h
Windows
Windows 10, version 1709
Windows Server 2016
1.0
2.0
PASSIVE_LEVEL
Windows
EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC
ucxcontroller/EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC
APIRef
kbSyntax
UserDefined
Ucxcontroller.h
EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC

EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC callback function

-description

UCX invokes this callback function to the stop time tracking functionality in the controller.

-parameters

-param UcxController [in]

A handle to the UCX controller that the client driver received in a previous call to the UcxControllerCreate method.

-param WdfRequest [in]

A framework request object that contains the request to stop time tracking.

-param OutputBufferLength [in]

The length, in bytes, of the request's output buffer, if an output buffer is available. This value is the size of the USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION structure.

-param InputBufferLength [in]

The length, in bytes, of the request's input buffer, if an input buffer is available. This value is the size of the USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION structure.

-see-also

IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC