Home | History | Annotate | Download | only in include

Lines Matching refs:uCodePage

418     virtual HRESULT WINAPI GetCodePageA(HKL hKL,UINT *uCodePage) = 0;
493 HRESULT (WINAPI *GetCodePageA)(IActiveIMMApp *This,HKL hKL,UINT *uCodePage);
570 #define IActiveIMMApp_GetCodePageA(This,hKL,uCodePage) (This)->lpVtbl->GetCodePageA(This,hKL,uCodePage)
701 HRESULT WINAPI IActiveIMMApp_GetCodePageA_Proxy(IActiveIMMApp *This,HKL hKL,UINT *uCodePage);
796 virtual HRESULT WINAPI GetCodePageA(HKL hKL,UINT *uCodePage) = 0;
891 HRESULT (WINAPI *GetCodePageA)(IActiveIMMIME *This,HKL hKL,UINT *uCodePage);
988 #define IActiveIMMIME_GetCodePageA(This,hKL,uCodePage) (This)->lpVtbl->GetCodePageA(This,hKL,uCodePage)
1151 HRESULT WINAPI IActiveIMMIME_GetCodePageA_Proxy(IActiveIMMIME *This,HKL hKL,UINT *uCodePage);
1204 virtual HRESULT WINAPI GetCodePageA(UINT *uCodePage) = 0;
1228 HRESULT (WINAPI *GetCodePageA)(IActiveIME *This,UINT *uCodePage);
1254 #define IActiveIME_GetCodePageA(This,uCodePage) (This)->lpVtbl->GetCodePageA(This,uCodePage)
1288 HRESULT WINAPI IActiveIME_GetCodePageA_Proxy(IActiveIME *This,UINT *uCodePage);
1324 HRESULT (WINAPI *GetCodePageA)(IActiveIME2 *This,UINT *uCodePage);
1352 #define IActiveIME2_GetCodePageA(This,uCodePage) (This)->lpVtbl->GetCodePageA(This,uCodePage)