ModuleCommandResult.Result 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 buffer containing result of the audio device module command, defined by the audio device module developer.
public:
property IBuffer ^ Result { IBuffer ^ get(); };
IBuffer Result();
public IBuffer Result { get; }
var iBuffer = moduleCommandResult.result;
Public ReadOnly Property Result As IBuffer
Property Value
A buffer containing result of the audio device module command.