Skip to content

Latest commit

 

History

History
108 lines (67 loc) · 3.07 KB

ni-ks-ioctl_ks_disable_event.md

File metadata and controls

108 lines (67 loc) · 3.07 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
NI:ks.IOCTL_KS_DISABLE_EVENT
IOCTL_KS_DISABLE_EVENT (ks.h)
An application can use IOCTL_KS_DISABLE_EVENT to rescind a previous request notification. The application specifies IOCTL_KS_DISABLE_EVENT in the IoControl parameter of a call to KsSynchronousDeviceControl.
stream\ioctl_ks_disable_event.htm
stream
04/23/2018
IOCTL_KS_DISABLE_EVENT IOCTL
IOCTL_KS_DISABLE_EVENT, IOCTL_KS_DISABLE_EVENT control, IOCTL_KS_DISABLE_EVENT control code [Streaming Media Devices], ks-ioctl_8b6cd750-3003-49b2-9b91-3edc1da6cf11.xml, ks/IOCTL_KS_DISABLE_EVENT, stream.ioctl_ks_disable_event
ks.h
Ks.h
Windows
Windows
IOCTL_KS_DISABLE_EVENT
ks/IOCTL_KS_DISABLE_EVENT
APIRef
kbSyntax
HeaderDef
ks.h
IOCTL_KS_DISABLE_EVENT

IOCTL_KS_DISABLE_EVENT IOCTL

-description

An application can use IOCTL_KS_DISABLE_EVENT to rescind a previous request notification. The application specifies IOCTL_KS_DISABLE_EVENT in the IoControl parameter of a call to KsSynchronousDeviceControl.

-ioctlparameters

-ioctl-major-code

-input-buffer

The application places a pointer to a structure of type KSEVENTDATA in the InBuffer parameter. This is the location of the original KSEVENTDATA structure that the application instantiated at the enabling of the event. To disable all active events, a client specifies a NULL pointer and length of zero in the InBuffer and InLength parameters.

-input-buffer-length

Length of KSEVENTDATA.

-output-buffer

None.

-output-buffer-length

None.

-in-out-buffer

-inout-buffer-length

-status-block

If the request is successful, the Status member is set to STATUS_SUCCESS.

-see-also

IOCTL_KS_DISABLE_EVENT

KSDPC_ITEM

KSEVENT

KSEVENTDATA

KSEVENT_ENTRY

KSEVENT_ITEM

KSEVENT_SET

KsDisableEvent