_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateTurnInputOn(
_In_opt_ PKSGATE Gate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateTurnInputOff(
_In_opt_ PKSGATE Gate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-BOOLEAN
__inline
+BOOLEAN
KsGateGetStateUnsafe(
_In_ PKSGATE Gate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-BOOLEAN
__inline
+BOOLEAN
KsGateCaptureThreshold(
_In_ PKSGATE Gate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateInitialize(
_In_ PKSGATE Gate,
_In_ LONG InitialCount,
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateInitializeAnd(
_In_ PKSGATE AndGate,
_In_opt_ PKSGATE NextOrGate)
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateInitializeOr(
_In_ PKSGATE OrGate,
_In_opt_ PKSGATE NextAndGate)
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateAddOnInputToAnd(
_In_ PKSGATE AndGate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateAddOffInputToAnd(
_In_ PKSGATE AndGate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateRemoveOnInputFromAnd(
_In_ PKSGATE AndGate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateRemoveOffInputFromAnd(
_In_ PKSGATE AndGate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateAddOnInputToOr(
_In_ PKSGATE OrGate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateAddOffInputToOr(
_In_ PKSGATE OrGate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateRemoveOnInputFromOr(
_In_ PKSGATE OrGate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateRemoveOffInputFromOr(
_In_ PKSGATE OrGate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateTerminateAnd(
_In_ PKSGATE AndGate)
{
_IRQL_requires_max_(HIGH_LEVEL)
static
-void
__inline
+void
KsGateTerminateOr(
_In_ PKSGATE OrGate)
{
_IRQL_requires_max_(PASSIVE_LEVEL)
static
-PKSFILTERFACTORY
__inline
+PKSFILTERFACTORY
KsFilterGetParentFilterFactory(
_In_ PKSFILTER Filter)
{
_IRQL_requires_max_(PASSIVE_LEVEL)
static
-PKSDEVICE
__inline
+PKSDEVICE
KsFilterFactoryGetParentDevice(
_In_ PKSFILTERFACTORY FilterFactory)
{
_IRQL_requires_max_(PASSIVE_LEVEL)
KSDDKAPI
-PKSDEVICE
__inline
+PKSDEVICE
KsFilterFactoryGetDevice(
_In_ PKSFILTERFACTORY FilterFactory);