[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  RECT_TO_DWORD(r)  \
  (DWORD) ( (((BYTE)(r).top)<<24L) | (((BYTE)(r).left)<<16L) | \
                       (((BYTE)(r).bottom)<<8L) | ((BYTE)(r).right) )

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson