DSDM_DELETEBUFFER

This message requests that the driver perform any needed actions to delete the sound buffer.

typedef struct {
  DWORD dwMsg; 
  PDWORD dwInstance;
} DSDMP_DELETEBUFFER;

Members

  • dwMsg
    Equals DSDM_DELETEBUFFER.
  • dwInstance
    DirectSoundBuffer instance data.

Return Values

DS_OK indicates that the request was successful.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dsdriver.h.

See Also

DirectSound Driver Messages

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.