windows-nt/Source/XPSP1/NT/base/cluster/bh/parsers/clusrpc/funcs.h

27 lines
611 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
* This file is generated by the automatic RPC Parser generator. (Version 0.21)
*
* Created on 04/09/97 at 00:00:13.
*/
#ifndef FUNCS_H
#define FUNCS_H
#include "skeleton.h"
#include "database.h"
#define ALIGN(offset, n) (offset) = (((offset) + (n)) & ~(n))
#define WORDAT(address) ((fIsFlipped)?(XCHG(*(UNALIGNED WORD *)(address))):(*(UNALIGNED WORD *)(address)))
#define DWORDAT(address) ((fIsFlipped)?(DXCHG(*(UNALIGNED DWORD *)(address))):(*(UNALIGNED DWORD *)(address)))
/*
* Functions defined in funcs.c
*/
extern VOID WINAPIV GenericFormatSummary(LPPROPERTYINST lpPropertyInst);
#endif