mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- apply changes from prev rev
svn path=/trunk/; revision=32168
This commit is contained in:
parent
e20076c868
commit
5a83b091b5
1 changed files with 9 additions and 9 deletions
|
@ -414,19 +414,18 @@ typedef struct
|
|||
|
||||
typedef struct
|
||||
{
|
||||
LPCWSTR lpSource;
|
||||
LPCWSTR lpTarget;
|
||||
LPCWSTR lpExeName;
|
||||
ULONG SourceLength;
|
||||
ULONG ExeLength;
|
||||
ULONG TargetLength;
|
||||
} CSRSS_ADD_CONSOLE_ALIAS, *PCSRSS_ADD_CONSOLE_ALIAS;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
LPWSTR lpSource;
|
||||
LPWSTR lpExeName;
|
||||
DWORD BytesWritten;
|
||||
DWORD TargetBufferLength;
|
||||
LPWSTR TargetBuffer;
|
||||
|
||||
ULONG SourceLength;
|
||||
ULONG ExeLength;
|
||||
ULONG BytesWritten;
|
||||
ULONG TargetBufferLength;
|
||||
PVOID TargetBuffer;
|
||||
} CSRSS_GET_CONSOLE_ALIAS, *PCSRSS_GET_CONSOLE_ALIAS;
|
||||
|
||||
typedef struct
|
||||
|
@ -468,6 +467,7 @@ typedef struct
|
|||
|
||||
/* WCHARs, not bytes! */
|
||||
#define CSRSS_MAX_TITLE_LENGTH 80
|
||||
#define CSRSS_MAX_ALIAS_TARGET_LENGTH 80
|
||||
|
||||
#define CREATE_PROCESS (0x0)
|
||||
#define TERMINATE_PROCESS (0x1)
|
||||
|
|
Loading…
Reference in a new issue