OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AssociateContext
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h
357
virtual HRESULT WINAPI
AssociateContext
(HWND hWnd,HIMC hIME,HIMC *phPrev) = 0;
432
HRESULT (WINAPI *
AssociateContext
)(IActiveIMMApp *This,HWND hWnd,HIMC hIME,HIMC *phPrev);
509
#define IActiveIMMApp_AssociateContext(This,hWnd,hIME,phPrev) (This)->lpVtbl->
AssociateContext
(This,hWnd,hIME,phPrev)
[
all
...]
mshtmlc.h
[
all
...]
Completed in 1271 milliseconds