Package com.ms.com.directX |
![]() Previous |
![]() Microsoft Packages |
![]() Index |
![]() Next |
public final class DSResourceDesc { public int dwSize; public int dwFlags; public int dwBufferBytes; public int lpBufferData; public int lpwfxFormat; }
Contains information about a loaded resource. Used by the LoadWaveResource and LoadWaveFile methods.
See also dSoundResource.
Fields
Other than initializing the fields to zero before calling LoadWaveResource or LoadWaveFile, applications should not set or change the values in these fields.