X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=subsystems%2Fwin%2Fbasesrv%2Fvdm.h;h=5467841dd7e4280858d05ff594b2dbc0901e5292;hp=3ade17fb0ce255716ee6fd044f1bbead44fd82d9;hb=60dd86e7acd00d27121b394a8982fe55b23416c0;hpb=9b24de4f6459713526c066ff925192c4c0186f6a diff --git a/subsystems/win/basesrv/vdm.h b/subsystems/win/basesrv/vdm.h index 3ade17fb0ce..5467841dd7e 100644 --- a/subsystems/win/basesrv/vdm.h +++ b/subsystems/win/basesrv/vdm.h @@ -27,6 +27,9 @@ typedef struct _VDM_CONSOLE_RECORD typedef struct _VDM_DOS_RECORD { LIST_ENTRY Entry; + USHORT State; + ULONG ExitCode; + HANDLE ParentProcess; // TODO: Structure incomplete!!! } VDM_DOS_RECORD, *PVDM_DOS_RECORD;