mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[SDK:INCLUDE] Add missing msv1_0p.h
This commit is contained in:
parent
dbad45a273
commit
92996dac21
1 changed files with 17 additions and 0 deletions
17
sdk/include/reactos/msv1_0p.h
Normal file
17
sdk/include/reactos/msv1_0p.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef _MSV1_0P_
|
||||
#define _MSV1_0P_
|
||||
|
||||
typedef struct _MSV1_0_ENUMUSERS_REQUEST
|
||||
{
|
||||
MSV1_0_PROTOCOL_MESSAGE_TYPE MessageType;
|
||||
} MSV1_0_ENUMUSERS_REQUEST, *PMSV1_0_ENUMUSERS_REQUEST;
|
||||
|
||||
typedef struct _MSV1_0_ENUMUSERS_RESPONSE
|
||||
{
|
||||
MSV1_0_PROTOCOL_MESSAGE_TYPE MessageType;
|
||||
ULONG NumberOfLoggedOnUsers;
|
||||
PLUID LogonIds;
|
||||
PULONG EnumHandles;
|
||||
} MSV1_0_ENUMUSERS_RESPONSE, *PMSV1_0_ENUMUSERS_RESPONSE;
|
||||
|
||||
#endif /* _MSV1_0P_ */
|
Loading…
Reference in a new issue