Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RpcCore/RpcCore2_32bits/RpcInternals.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ typedef struct _RPC_INTERFACE_T
ULONG Flags;
ULONG EpMapperFlags;
RPC_MGR_EPV PTR_T pMgrEpv;
RPC_IF_CALLBACK_FN PTR_T IfSecurityCallbackFn;
RPC_IF_CALLBACK_FN PTR_T IfCallbackFn;
RPC_SERVER_INTERFACE_T RpcServerInterface;
ULONG unk2[2];
BOOL bInterfaceSupportMultipleTransferSyntaxes;
Expand All @@ -91,7 +91,7 @@ typedef struct _RPC_INTERFACE_T
UUID_VECTOR PTR_T pUuidVector;
SIMPLE_DICT_T RpcInterfaceManagerDict;
UCHAR Annotation[MAX_RPC_INTERFACE_ANNOTATION];
RPC_IF_CALLBACK_FN PTR_T IfCallbackFn;
RPC_IF_CALLBACK_FN PTR_T IfSecurityCallbackFn;
ULONG CurrentNullManagerCalls;
ULONG CurrentAutoListenCalls;
ULONG __Field_DC;
Expand Down
6 changes: 3 additions & 3 deletions RpcCore/RpcCore3_32bits/RpcInternals.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ typedef struct _RPC_INTERFACE_T
MUTEX_T Mutex;
ULONG EpMapperFlags;
RPC_MGR_EPV PTR_T pMgrEpv;
RPC_IF_CALLBACK_FN PTR_T IfSecurityCallback;
RPC_IF_CALLBACK_FN PTR_T IfCallbackFn;
RPC_SERVER_INTERFACE_T RpcServerInterface;
MIDL_SYNTAX_INFO PTR_T pSyntaxInfo;
VOID PTR_T pTransfertSyntaxes;
Expand All @@ -74,7 +74,7 @@ typedef struct _RPC_INTERFACE_T
UUID_VECTOR PTR_T pUuidVector;
SIMPLE_DICT_T RpcInterfaceManagerDict;
UCHAR Annotation[64];
RPC_IF_CALLBACK_FN PTR_T IfCallbackFn;
RPC_IF_CALLBACK_FN PTR_T IfSecurityCallback;
ULONG IsCallSizeLimitReached;
ULONG currentNullManagerCalls;
ULONG currentAutoListenCalls;
Expand Down Expand Up @@ -113,4 +113,4 @@ typedef struct _RPC_ADDRESS_T {

#pragma pack()

#endif // _RPC_INTERNALS_H_
#endif // _RPC_INTERNALS_H_
4 changes: 2 additions & 2 deletions RpcCore/RpcCore4_32bits/RpcInternals.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ typedef struct _RPC_INTERFACE_T
MUTEX_T Mutex;
ULONG EpMapperFlags;
RPC_MGR_EPV PTR_T pMgrEpv;
RPC_IF_CALLBACK_FN PTR_T IfSecurityCallback;
RPC_IF_CALLBACK_FN PTR_T IfCallbackFn;
RPC_SERVER_INTERFACE_T RpcServerInterface;
MIDL_SYNTAX_INFO PTR_T pSyntaxInfo;
VOID PTR_T pTransfertSyntaxes;
Expand All @@ -141,7 +141,7 @@ typedef struct _RPC_INTERFACE_T
UUID_VECTOR PTR_T pUuidVector;
SIMPLE_DICT_T RpcInterfaceManagerDict;
UCHAR Annotation[64];
RPC_IF_CALLBACK_FN PTR_T IfCallbackFn;
RPC_IF_CALLBACK_FN PTR_T IfSecurityCallback;
ULONG IsCallSizeLimitReached;
ULONG currentNullManagerCalls;
ULONG currentAutoListenCalls;
Expand Down