Home | History | Annotate | Download | only in include

Lines Matching refs:pstate

1202         PSC_STATE *pstate) = 0;
1207 PSC_STATE *pstate) = 0;
1211 PSC_STATE pstate) = 0;
1265 PSC_STATE *pstate);
1271 PSC_STATE *pstate);
1276 PSC_STATE pstate);
1303 #define IPropertyStoreCache_GetState(This,key,pstate) (This)->lpVtbl->GetState(This,key,pstate)
1304 #define IPropertyStoreCache_GetValueAndState(This,key,ppropvar,pstate) (This)->lpVtbl->GetValueAndState(This,key,ppropvar,pstate)
1305 #define IPropertyStoreCache_SetState(This,key,pstate) (This)->lpVtbl->SetState(This,key,pstate)
1335 static FORCEINLINE HRESULT IPropertyStoreCache_GetState(IPropertyStoreCache* This,REFPROPERTYKEY key,PSC_STATE *pstate) {
1336 return This->lpVtbl->GetState(This,key,pstate);
1338 static FORCEINLINE HRESULT IPropertyStoreCache_GetValueAndState(IPropertyStoreCache* This,REFPROPERTYKEY key,PROPVARIANT *ppropvar,PSC_STATE *pstate) {
1339 return This->lpVtbl->GetValueAndState(This,key,ppropvar,pstate);
1341 static FORCEINLINE HRESULT IPropertyStoreCache_SetState(IPropertyStoreCache* This,REFPROPERTYKEY key,PSC_STATE pstate) {
1342 return This->lpVtbl->SetState(This,key,pstate);
1355 PSC_STATE *pstate);
1365 PSC_STATE *pstate);
1374 PSC_STATE pstate);