DSoundHelper.InterfaceEffectsGargle Field (Microsoft.DirectX.DirectSound)
Retrieves the globally unique identifier (GUID) for the gargle effect interface.
Definition
Visual Basic Public Shared InterfaceEffectsGargle As Guid C# public static Guid InterfaceEffectsGargle; C++ public: static Guid InterfaceEffectsGargle; JScript public static var InterfaceEffectsGargle : Guid
Field Value
System.Guid
Returns the GUID for the gargle effect interface.This field is read-only.
Remarks
This field is used to retrieve the GargleEffect object, that currently in a SecondaryBuffer object, using the SecondaryBuffer.GetObjectInPath method.