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.

32 lines
586 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // xprparse.h
  8. //
  9. // SYNOPSIS
  10. //
  11. // This file declares the function IASParseExpression.
  12. //
  13. ///////////////////////////////////////////////////////////////////////////////
  14. #ifndef XPRPARSE_H
  15. #define XPRPARSE_H
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. HRESULT
  20. WINAPI
  21. IASParseExpressionEx(
  22. IN VARIANT* pvExpression,
  23. OUT VARIANT* pVal
  24. );
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #endif // XPRPARSE_H