- Register IDirectSound8, IDirectSoundCapture8 with COM
svn path=/trunk/; revision=43936
LPDIRECTSOUND8 iface,
LPDWORD pdwCertified)
{
+ LPCDirectSoundImpl This = (LPCDirectSoundImpl)CONTAINING_RECORD(iface, CDirectSoundImpl, lpVtbl);
+
+ if (!This->bInitialized)
+ {
+ /* object not yet initialized */
+ return DSERR_UNINITIALIZED;
+ }
+
UNIMPLEMENTED;
return DS_CERTIFIED;
}
&CLSID_DirectSoundCapture,
NewDirectSoundCapture
},
+ {
+ &CLSID_DirectSoundCapture8,
+ NewDirectSoundCapture
+ },
{
&CLSID_DirectSound,
NewDirectSound
},
+ {
+ &CLSID_DirectSound8,
+ NewDirectSound
+ },
{
NULL,
NULL