Searched refs:cProps (Results 1 – 6 of 6) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | oleacc.h | 823 …(const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 824 …API ClearProps(const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps) = 0; 827 …ver(HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 828 …PI ClearHwndProps(HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps) = 0; 833 …tHmenuPropServer(HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 834 …HRESULT WINAPI ClearHmenuProps(HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps) = 0; 845 …,const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 846 …PropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps); 849 …his,HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 850 …AccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps); [all …]
|
D | oleacc.idl | 501 …(const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 502 …I ClearProps(const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps) = 0;") 505 …ver(HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 506 … ClearHwndProps(HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps) = 0;") 511 …tHmenuPropServer(HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 512 …ESULT WINAPI ClearHmenuProps(HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps) = 0;") 523 …,const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 524 …opServices *This,const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps);") 527 …his,HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pS… 528 …cPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps);") [all …]
|
D | propsys.h | 466 DWORD *cProps) = 0; 506 DWORD *cProps); 540 #define IPropertyStore_GetCount(This,cProps) (This)->lpVtbl->GetCount(This,cProps) 557 static FORCEINLINE HRESULT IPropertyStore_GetCount(IPropertyStore* This,DWORD *cProps) { 558 return This->lpVtbl->GetCount(This,cProps); 1199 DWORD *cProps); 1256 #define IPropertyStoreCache_GetCount(This,cProps) (This)->lpVtbl->GetCount(This,cProps) 1278 static FORCEINLINE HRESULT IPropertyStoreCache_GetCount(IPropertyStoreCache* This,DWORD *cProps) { 1279 return This->lpVtbl->GetCount(This,cProps);
|
D | mapiform.h | 162 ULONG cProps; member
|
D | propsys.idl | 49 HRESULT GetCount ([out] DWORD *cProps);
|
/third_party/mingw-w64/mingw-w64-headers/tlb/ |
D | oleacc.idl | 265 [in, size_is(cProps)] const MSAAPROPID *props, 266 [in] int cProps, 272 [in, size_is(cProps)] const MSAAPROPID *props, 273 [in] int cProps); 284 [in, size_is(cProps)] const MSAAPROPID *props, 285 [in] int cProps, 292 [in, size_is(cProps)] const MSAAPROPID *props, 293 [in] int cProps); 313 [in, size_is(cProps)] const MSAAPROPID *props, 314 [in] int cProps, [all …]
|