ole32: Add the OXID_INFO structure to dcom.idl.

This commit is contained in:
Rob Shearman 2007-03-26 18:22:30 +01:00 committed by Alexandre Julliard
parent 061a29ee44
commit 1fa24db9fd
1 changed files with 8 additions and 0 deletions

View File

@ -108,6 +108,14 @@ interface ObjectRpcBaseTypes
[size_is(wNumEntries)] unsigned short aStringArray[];
} DUALSTRINGARRAY;
typedef struct tagOXID_INFO {
DWORD dwTid;
DWORD dwPid;
IPID ipidRemUnknown;
DWORD dwAuthnHint;
DUALSTRINGARRAY *psa;
} OXID_INFO;
const unsigned long OBJREF_SIGNATURE = 0x574f454d; /* "MEOW" */
const unsigned long OBJREF_STANDARD = 0x1;
const unsigned long OBJREF_HANDLER = 0x2;