Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
155 B

  1. //
  2. //
  3. //
  4. #ifndef _REGHLP_
  5. #define _REGHLP_
  6. STDAPI DMORegisterCpuResources
  7. (
  8. REFCLSID clsidDMO,
  9. unsigned long ulCpuResources
  10. );
  11. #endif