[1/2] rpcdce.h: add RPC_PROTSEQ_VECTOR

Damjan Jovanovic damjan.jov at gmail.com
Fri Jun 17 08:39:34 CDT 2011


Changelog:
* rpcdce.h: add RPC_PROTSEQ_VECTOR

Damjan Jovanovic
-------------- next part --------------
diff --git a/include/rpcdce.h b/include/rpcdce.h
index 9507a82..972051c 100644
--- a/include/rpcdce.h
+++ b/include/rpcdce.h
@@ -85,6 +85,18 @@ typedef struct
   ULONG Stats[1];
 } RPC_STATS_VECTOR;
 
+typedef struct _RPC_PROTSEQ_VECTORA
+{
+  unsigned int Count;
+  unsigned char *Protseq[1];
+} RPC_PROTSEQ_VECTORA;
+
+typedef struct _RPC_PROTSEQ_VECTORW
+{
+  unsigned int count;
+  unsigned short *Protseq[1];
+} RPC_PROTSEQ_VECTORW;
+
 typedef I_RPC_HANDLE *RPC_EP_INQ_HANDLE;
 
 #define RPC_C_EP_ALL_ELTS 0


More information about the wine-patches mailing list