Searched defs:GUID (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DWinNtInclude.h23 #define GUID _WINNT_DUP_GUID_____ macro
65 #undef GUID macro
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dguiddef.h40 } GUID; typedef in typeref:struct:_GUID
48 EXTERN_C const GUID name DECLSPEC_HIDDEN; \
49 EXTERN_C const GUID name = \
53 const GUID name DECLSPEC_HIDDEN; \
54 const GUID name = \
59 EXTERN_C const GUID name DECLSPEC_HIDDEN
70 typedef GUID *LPGUID;
75 typedef const GUID *LPCGUID;
81 typedef GUID IID,*LPIID;
82 typedef GUID CLSI
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dguiddef.h38 } GUID; typedef in typeref:struct:__anon13586
50 } GUID; typedef in typeref:struct:_GUID
57 template<typename T> const GUID &__wine_uuidof();
62 template<> inline const GUID &__wine_uuidof<type>() { \
66 template<> inline const GUID &__wine_uuidof<type*>() { \
86 EXTERN_C const GUID name DECLSPEC_HIDDEN; \
87 EXTERN_C const GUID name = \
91 const GUID name DECLSPEC_HIDDEN; \
92 const GUID name = \
97 EXTERN_C const GUID nam
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dguiddef.h40 } GUID; typedef in typeref:struct:_GUID
48 EXTERN_C const GUID name DECLSPEC_HIDDEN; \
49 EXTERN_C const GUID name = \
53 const GUID name DECLSPEC_HIDDEN; \
54 const GUID name = \
59 EXTERN_C const GUID name DECLSPEC_HIDDEN
70 typedef GUID *LPGUID;
75 typedef const GUID *LPCGUID;
81 typedef GUID IID,*LPIID;
82 typedef GUID CLSI
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h160 void fetchFromCurrentThread(IUnknown *callee, const GUID *calleeIID);
204 /** Converts a GUID value to QUuid */
205 static QUuid ToQUuid(const GUID &id)
214 /** Converts a GUID value to QUuid */
283 /* Arrays of GUID */
417 /** Adapter to pass QUuid as input GUID params */
418 static GUID GUIDIn(const QUuid &uuid) { return uuid; }
420 /** Adapter to pass QUuid as output GUID params */
427 ::memset(&guid, 0, sizeof(GUID));
438 operator GUID *() { retur
[all...]
/vbox/include/VBox/com/
H A Ddefs.h118 /** Input GUID argument of interface method declaration. */
119 #define IN_GUID GUID
120 /** Output GUID argument of interface method declaration. */
121 #define OUT_GUID GUID*
198 * Version of ComSafeArrayIn for GUID.
204 * Version of ComSafeArrayInIsNull for GUID.
210 * Version of ComSafeArrayInArg for GUID.
216 * Version of ComSafeArrayOut for GUID.
222 * Version of ComSafeArrayOutIsNull for GUID.
228 * Version of ComSafeArrayOutArg for GUID
329 #define GUID macro
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/
H A DBase.h127 } GUID; typedef in typeref:struct:__anon11311
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A DBase.h129 } GUID; typedef in typeref:struct:__anon15494

Completed in 53 milliseconds