HomeSort by relevance Sort by last modified time
    Searched full:pctinfo (Results 76 - 81 of 81) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispex.h 141 HRESULT (WINAPI *GetTypeInfoCount)(IDispatchEx *This,UINT *pctinfo);
162 #define IDispatchEx_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
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...]
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...]

Completed in 1276 milliseconds

1 2 34