ModuleCommandResult.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies the status of the audio device module command.
public:
property SendCommandStatus Status { SendCommandStatus get(); };
SendCommandStatus Status();
public SendCommandStatus Status { get; }
var sendCommandStatus = moduleCommandResult.status;
Public ReadOnly Property Status As SendCommandStatus
Property Value
A value that specifies the status of the audio device module command.