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.

36 lines
628 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // FILE
  4. //
  5. // BuildTree.h
  6. //
  7. // SYNOPSIS
  8. //
  9. // This file declares the function IASBuildExpression.
  10. //
  11. // MODIFICATION HISTORY
  12. //
  13. // 02/04/1998 Original version.
  14. //
  15. ///////////////////////////////////////////////////////////////////////////////
  16. #ifndef _BUILDTREE_H_
  17. #define _BUILDTREE_H_
  18. #include <nap.h>
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. HRESULT
  23. WINAPI
  24. IASBuildExpression(
  25. IN VARIANT* pv,
  26. OUT ICondition** ppExpression
  27. );
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif // _BUILDTREE_H_