PWM_PIN_IS_STARTED_OUTPUT structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Contains the current signal generation state of a pin.

Syntax

typedef struct _PWM_PIN_IS_STARTED_OUTPUT {
  BOOLEAN IsStarted;
} PWM_PIN_IS_STARTED_OUTPUT;

Members

IsStarted

The pin current signal generation state. A value of true means that the pin is started. A value of false means that the pin is stopped.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016 [desktop apps only]
Minimum KMDF version
1.19
Minimum UMDF version
2.19
Header
Pwm.h (include Pwm.h)

See also

IOCTL_PWM_PIN_IS_STARTED