DirectSoundCreate.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DirectSoundCreate (DSOUND.1)

SYNOPSIS

HRESULT DirectSoundCreate
 (
  LPCGUID        lpcGUID,
  LPDIRECTSOUND* ppDS,
  IUnknown*      pUnkOuter
 )

DESCRIPTION

Creates and initializes a DirectSound interface.

PARAMS

lpcGUID [In] Address of the GUID that identifies the sound device.

ppDS [Out] Address of a variable to receive the interface pointer.

pUnkOuter [In] Must be NULL.

RETURNS

Success: DS_OK

Failure: DSERR_ALLOCATED, DSERR_INVALIDPARAM, DSERR_NOAGGREGATION, DSERR_NODRIVER, DSERR_OUTOFMEMORY

IMPLEMENTATION

Defined in "dsound.h".

Implemented in "dlls/dsound/dsound.c".

Debug channel "dsound".