PWM_PIN_GET_POLARITY_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 a polarity value to return.

Syntax

typedef struct _PWM_PIN_GET_POLARITY_OUTPUT {
  PWM_POLARITY Polarity;
} PWM_PIN_GET_POLARITY_OUTPUT;

Members

Polarity

The polarity of the pin or channel as a PWM_POLARITY value. The polarity is either Active High or Active Low.

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_GET_POLARITY

PWM_POLARITY