The C++ framework for developing highly scalable, high performance servers on Windows platforms.

ContainingRecord.h File Reference


Defines

#define CONTAINING_RECORD(address, type, field)


Define Documentation

#define CONTAINING_RECORD ( address,
type,
field   ) 

Value:

((type *)( \
                                                  (char *)(address) - \
                                                  (ULONG_PTR)(&((type *)nullptr)->field)))


Generated on Sun Sep 12 19:06:42 2021 for The Server Framework - v7.4 by doxygen 1.5.3