OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEFINE_GUIDEX
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksguid.h
13
#ifdef
DEFINE_GUIDEX
14
#undef
DEFINE_GUIDEX
18
#define
DEFINE_GUIDEX
(name) EXTERN_C const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) }
20
#define
DEFINE_GUIDEX
(name) const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) }
ks.h
20
#ifndef
DEFINE_GUIDEX
21
#define
DEFINE_GUIDEX
(name) EXTERN_C const CDECL GUID name
32
#define DEFINE_GUIDSTRUCT(g,n)
DEFINE_GUIDEX
(n)
[
all
...]
mmreg.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
166
#ifndef
DEFINE_GUIDEX
168
#define
DEFINE_GUIDEX
(name) EXTERN_C const CDECL GUID name
170
#define
DEFINE_GUIDEX
(name) EXTERN_C const GUID name
172
#endif /*
DEFINE_GUIDEX
*/
[
all
...]
Completed in 193 milliseconds