Home | History | Annotate | Download | only in include

Lines Matching refs:VersionMajor

363     virtual HRESULT WINAPI get_VersionMajor(PLONG VersionMajor) = 0;
386 HRESULT (WINAPI *get_VersionMajor)(_Application *This,PLONG VersionMajor);
411 #define _Application_get_VersionMajor(This,VersionMajor) (This)->lpVtbl->get_VersionMajor(This,VersionMajor)
435 HRESULT WINAPI _Application_get_VersionMajor_Proxy(_Application *This,PLONG VersionMajor);