Share via


DSoundHelper.GuidAllObjects Field (Microsoft.DirectX.DirectSound)

Retrieves the globally unique identifier (GUID) that can represent any Microsoft DirectSound effect class identifier.

Definition

Visual Basic Public Shared GuidAllObjects As GuidLeave Site
C# public static GuidLeave Site GuidAllObjects;
C++ public: static GuidLeave Site GuidAllObjects;
JScript public static var GuidAllObjects : GuidLeave Site

Field Value

System.Guid
Returns the GUID that can represent any DirectSound effect class identifier.

This field is read-only. 

Remarks

This GUID can be used for any class identifier when retrieving an effect using either the SecondaryBuffer.GetObjectInPath or CaptureBuffer.GetObjectInPath methods.