Home | History | Annotate | Download | only in include

Lines Matching defs:getProviderType

865     virtual HRESULT WINAPI getProviderType(BSTR strProvName,LONG *plProvType) = 0;
988 HRESULT (WINAPI *getProviderType)(ICEnroll4 *This,BSTR strProvName,LONG *plProvType);
1110 #define ICEnroll4_getProviderType(This,strProvName,plProvType) (This)->lpVtbl->getProviderType(This,strProvName,plProvType)