| 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 0 before calling LoadWaveResource or LoadWaveFile, applications should not set or change the values in these fields.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |