Skip to content

Commit

Permalink
[SDK:INCLUDE] Add missing msv1_0p.h
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKohl committed Oct 28, 2024
1 parent dbad45a commit 92996da
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sdk/include/reactos/msv1_0p.h
Original file line number Diff line number Diff line change
@@ -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_ */

0 comments on commit 92996da

Please sign in to comment.