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.

20 lines
298 B

  1. #ifndef LSIOCON_DEFINED
  2. #define LSIOCON_DEFINED
  3. #include "lsdefs.h"
  4. #include "pilsobj.h"
  5. #include "lsimeth.h"
  6. typedef struct lsiobjcontext
  7. {
  8. DWORD iobjMac;
  9. struct OBJ
  10. {
  11. PILSOBJ pilsobj;
  12. LSIMETHODS lsim;
  13. } rgobj[1];
  14. } LSIOBJCONTEXT;
  15. #endif /* LSIOCON_DEFINED */