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
32 lines
482 B
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
vrdefld.h
|
|
|
|
Abstract:
|
|
|
|
Contains offsets in VDM redir code segment for deferred load address info
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 21-Oct-1992
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
/* XLATOFF */
|
|
#include <packon.h>
|
|
/* XLATON */
|
|
|
|
typedef struct _VDM_LOAD_INFO { /* */
|
|
DWORD DlcWindowAddr;
|
|
BYTE VrInitialized;
|
|
} VDM_LOAD_INFO;
|
|
|
|
/* XLATOFF */
|
|
#include <packoff.h>
|
|
/* XLATON */
|