Damjan Jovanovic : include: Add RPC_PROTSEQ_VECTOR.
Module: wine Branch: master Commit: 878a588800ba6c78b674e831f692431f1b37bf5f URL: http://source.winehq.org/git/wine.git/?a=commit;h=878a588800ba6c78b674e831f6... Author: Damjan Jovanovic <damjan.jov(a)gmail.com> Date: Fri Jun 17 15:39:34 2011 +0200 include: Add RPC_PROTSEQ_VECTOR. --- include/rpcdce.h | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/include/rpcdce.h b/include/rpcdce.h index 9507a82..5edb501 100644 --- a/include/rpcdce.h +++ b/include/rpcdce.h @@ -85,6 +85,20 @@ 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; + +DECL_WINELIB_TYPE_AW(RPC_PROTSEQ_VECTOR) + typedef I_RPC_HANDLE *RPC_EP_INQ_HANDLE; #define RPC_C_EP_ALL_ELTS 0
participants (1)
-
Alexandre Julliard