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.

32 lines
482 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. vrdefld.h
  5. Abstract:
  6. Contains offsets in VDM redir code segment for deferred load address info
  7. Author:
  8. Richard L Firth (rfirth) 21-Oct-1992
  9. Revision History:
  10. --*/
  11. /* XLATOFF */
  12. #include <packon.h>
  13. /* XLATON */
  14. typedef struct _VDM_LOAD_INFO { /* */
  15. DWORD DlcWindowAddr;
  16. BYTE VrInitialized;
  17. } VDM_LOAD_INFO;
  18. /* XLATOFF */
  19. #include <packoff.h>
  20. /* XLATON */