Source code of Windows XP (NT5)
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.

39 lines
764 B

  1. /*++
  2. Copyright (c) 1997-2000 Microsoft Corporation All Rights Reserved
  3. Module Name:
  4. kshelper.h
  5. Abstract:
  6. Helper functions for msvad
  7. --*/
  8. #ifndef _MSVAD_KSHELPER_H_
  9. #define _MSVAD_KSHELPER_H_
  10. #include <portcls.h>
  11. #include <ksdebug.h>
  12. PWAVEFORMATEX GetWaveFormatEx
  13. (
  14. IN PKSDATAFORMAT pDataFormat
  15. );
  16. NTSTATUS PropertyHandler_BasicSupport
  17. (
  18. IN PPCPROPERTY_REQUEST PropertyRequest,
  19. IN ULONG Flags,
  20. IN DWORD PropTypeSetId
  21. );
  22. NTSTATUS ValidatePropertyParams
  23. (
  24. IN PPCPROPERTY_REQUEST PropertyRequest,
  25. IN ULONG cbValueSize,
  26. IN ULONG cbInstanceSize = 0
  27. );
  28. #endif