Home | History | Annotate | Download | only in include

Lines Matching refs:iDay

2243     virtual HRESULT WINAPI get_Day(__LONG32 *iDay) = 0;
2244 virtual HRESULT WINAPI put_Day(__LONG32 iDay) = 0;
2294 HRESULT (WINAPI *get_Day)(ISWbemDateTime *This,__LONG32 *iDay);
2295 HRESULT (WINAPI *put_Day)(ISWbemDateTime *This,__LONG32 iDay);
2347 #define ISWbemDateTime_get_Day(This,iDay) (This)->lpVtbl->get_Day(This,iDay)
2348 #define ISWbemDateTime_put_Day(This,iDay) (This)->lpVtbl->put_Day(This,iDay)
2399 HRESULT WINAPI ISWbemDateTime_get_Day_Proxy(ISWbemDateTime *This,__LONG32 *iDay);
2401 HRESULT WINAPI ISWbemDateTime_put_Day_Proxy(ISWbemDateTime *This,__LONG32 iDay);