Home | History | Annotate | Download | only in include

Lines Matching refs:pvValue

1930         void *pvValue,
1971 void *pvValue,
1996 #define IDeviceSpecificProperty_SetValue(This,pvValue,cbValue,pguidEventContext) (This)->lpVtbl->SetValue(This,pvValue,cbValue,pguidEventContext)
2016 static FORCEINLINE HRESULT IDeviceSpecificProperty_SetValue(IDeviceSpecificProperty* This,void *pvValue,DWORD cbValue,LPCGUID pguidEventContext) {
2017 return This->lpVtbl->SetValue(This,pvValue,cbValue,pguidEventContext);
2046 void *pvValue,