Searched defs:IID (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dguiddef.h81 typedef GUID IID,*LPIID; typedef
102 #define REFIID const IID &
107 #define REFIID const IID* __MIDL_CONST
129 extern const IID GUID_NULL;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dguiddef.h63 static const IID __uuid_inst = {l,w1,w2, {b1,b2,b3,b4,b5,b6,b7,b8}}; \
119 typedef GUID IID,*LPIID; typedef
140 #define REFIID const IID &
145 #define REFIID const IID* __MIDL_CONST
167 extern const IID GUID_NULL;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dguiddef.h81 typedef GUID IID,*LPIID; typedef
102 #define REFIID const IID &
107 #define REFIID const IID* __MIDL_CONST
129 extern const IID GUID_NULL;
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfo.cpp670 /* PRBool isIID (in nsIIDPtr IID); */
672 xptiInterfaceEntry::IsIID(const nsIID * IID, PRBool *_retval) argument
675 *_retval = mIID.Equals(*IID);
H A Dxptiprivate.h48 // this after nsISupports, to pick up IID
621 nsresult IsIID(const nsIID * IID, PRBool *_retval);
714 NS_IMETHOD IsIID(const nsIID * IID, PRBool *_retval) { return !mEntry ? NS_ERROR_UNEXPECTED : mEntry->IsIID(IID, _retval); } argument
/vbox/include/VBox/com/
H A Ddefs.h240 * Returns the const reference to the IID (i.e., |const GUID &|) of the given
363 /* CLSID and IID for compatibility with Win32 */
365 typedef nsIID IID; typedef

Completed in 72 milliseconds