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.

26 lines
611 B

  1. /*
  2. * This file is generated by the automatic RPC Parser generator. (Version 0.21)
  3. *
  4. * Created on 04/09/97 at 00:00:13.
  5. */
  6. #ifndef FUNCS_H
  7. #define FUNCS_H
  8. #include "skeleton.h"
  9. #include "database.h"
  10. #define ALIGN(offset, n) (offset) = (((offset) + (n)) & ~(n))
  11. #define WORDAT(address) ((fIsFlipped)?(XCHG(*(UNALIGNED WORD *)(address))):(*(UNALIGNED WORD *)(address)))
  12. #define DWORDAT(address) ((fIsFlipped)?(DXCHG(*(UNALIGNED DWORD *)(address))):(*(UNALIGNED DWORD *)(address)))
  13. /*
  14. * Functions defined in funcs.c
  15. */
  16. extern VOID WINAPIV GenericFormatSummary(LPPROPERTYINST lpPropertyInst);
  17. #endif