OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pctinfo
(Results
76 - 82
of
82
) sorted by null
1
2
3
4
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h
184
HRESULT (WINAPI *GetTypeInfoCount)(ITextDocument *This,UINT *
pctinfo
);
216
#define ITextDocument_GetTypeInfoCount(This,
pctinfo
) (This)->lpVtbl->GetTypeInfoCount(This,
pctinfo
)
345
HRESULT (WINAPI *GetTypeInfoCount)(ITextRange *This,UINT *
pctinfo
);
409
#define ITextRange_GetTypeInfoCount(This,
pctinfo
) (This)->lpVtbl->GetTypeInfoCount(This,
pctinfo
)
[
all
...]
dispex.h
141
HRESULT (WINAPI *GetTypeInfoCount)(IDispatchEx *This,UINT *
pctinfo
);
162
#define IDispatchEx_GetTypeInfoCount(This,
pctinfo
) (This)->lpVtbl->GetTypeInfoCount(This,
pctinfo
)
oleacc.h
438
UINT *
pctinfo
);
585
#define IAccessible_GetTypeInfoCount(This,
pctinfo
) (This)->lpVtbl->GetTypeInfoCount(This,
pctinfo
)
623
static FORCEINLINE HRESULT IAccessible_GetTypeInfoCount(IAccessible* This,UINT *
pctinfo
) {
624
return This->lpVtbl->GetTypeInfoCount(This,
pctinfo
);
[
all
...]
xenroll.h
170
HRESULT (WINAPI *GetTypeInfoCount)(ICEnroll *This,UINT *
pctinfo
);
239
#define ICEnroll_GetTypeInfoCount(This,
pctinfo
) (This)->lpVtbl->GetTypeInfoCount(This,
pctinfo
)
440
HRESULT (WINAPI *GetTypeInfoCount)(ICEnroll2 *This,UINT *
pctinfo
);
[
all
...]
oaidl.h
[
all
...]
ocidl.h
[
all
...]
amstream.h
198
UINT *
pctinfo
);
263
#define IDirectShowStream_GetTypeInfoCount(This,
pctinfo
) (This)->lpVtbl->GetTypeInfoCount(This,
pctinfo
)
286
static FORCEINLINE HRESULT IDirectShowStream_GetTypeInfoCount(IDirectShowStream* This,UINT *
pctinfo
) {
287
return This->lpVtbl->GetTypeInfoCount(This,
pctinfo
);
[
all
...]
Completed in 229 milliseconds
1
2
3
4