windows-nt/Source/XPSP1/NT/multimedia/directx/dsound/dsdmo/reghlp.h

14 lines
142 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//
//
//
#ifndef _REGHLP_
#define _REGHLP_
STDAPI DMORegisterCpuResources
(
REFCLSID clsidDMO,
unsigned long ulCpuResources
);
#endif