dsh_GetDirectSound

__stdcall dsh_GetDirectSound(

);

Parameters


Return Values

Returns a pointer to the IDirectSound interface or NULL if dsh_Init() has not be called successfully yet.

Remarks

You donīt have to release the IDirectSound interface. This will be done by the DLL automatically. This function gives you full access to all DirectSound objects (remember that you donīt have to create a primary buffer or to set the cooperative level, because dsh_Init() has done this).

See also