Méthode IMiniportAudioEngineNode ::GetDeviceAttributeSteppings (portcls.h)
Obtient la valeur d’étape autorisée pour l’attribut de périphérique audio.
Syntaxe
NTSTATUS GetDeviceAttributeSteppings(
[in] ULONG ulNodeId,
[in] eChannelTargetType targetType,
[out] PKSPROPERTY_STEPPING_LONG pKsPropStepLong,
[in] UINT32 ui32DataSize
);
Paramètres
[in] ulNodeId
ID du nœud qui représente le périphérique audio.
[in] targetType
Valeur énumérée eChannelTargetType qui spécifie le type de nœud cible. Par exemple, un nœud Volume ou Mute.
[out] pKsPropStepLong
Structure de type KSPROPERTY_STEPPING_LONG qui contient des informations sur la valeur d’étape autorisée pour l’attribut d’appareil.
[in] ui32DataSize
Valeur de pas à pas autorisée.
Valeur retournée
GetDeviceAttributeSteppings retourne S_OK, si l’appel a réussi. Sinon, la méthode
retourne un code d’erreur approprié.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 |
Serveur minimal pris en charge | Windows Server 2012 |
Plateforme cible | Universal |
En-tête | portcls.h |