[BASESRV]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Sun, 2 Mar 2014 02:50:40 +0000 (02:50 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Sun, 2 Mar 2014 02:50:40 +0000 (02:50 +0000)
commit8656d3a5f6428a5a639e1074fdaf2753a2236f8d
treee2051eba172be0edad762b2bc35f08276664a8df
parentab9978f1903e2044bee89744dcbbd4f356e7830e
[BASESRV]
Move the GET_NEXT_VDM_COMMAND_DATA structure to a global header, and
rename it to VDM_COMMAND_INFO.
Implement BaseSrvCopyCommand, which moves the BASE_CHECK_VDM structure data
into a new VDM_COMMAND_INFO structure.
Implement BaseSrvFreeVDMInfo which frees a VDM_COMMAND_INFO structure and
everything in it.

svn path=/branches/ntvdm/; revision=62374
dll/win32/kernel32/client/vdm.c
dll/win32/kernel32/include/vdm.h
include/reactos/subsys/win/vdm.h
subsystems/win/basesrv/vdm.c
subsystems/win/basesrv/vdm.h