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.

17 lines
323 B

  1. #ifndef IOBJLN_DEFINED
  2. #define IOBJLN_DEFINED
  3. #include "lsdefs.h"
  4. #include "plsline.h"
  5. #define PlnobjFromLsline(plsline,iobj) \
  6. ((Assert(FIsLSLINE(plsline)),\
  7. Assert(iobj < (plsline)->lssubl.plsc->lsiobjcontext.iobjMac),\
  8. (plsline)->rgplnobj[iobj]))
  9. #endif /* IOBJLN_DEFINED */