Searched defs:CreateContext (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddimm.h360 virtual HRESULT WINAPI CreateContext(HIMC *phIMC) = 0;
435 HRESULT (WINAPI *CreateContext)(IActiveIMMApp *This,HIMC *phIMC); member in struct:IActiveIMMAppVtbl
512 #define IActiveIMMApp_CreateContext(This,phIMC) (This)->lpVtbl->CreateContext(This,phIMC)
726 virtual HRESULT WINAPI CreateContext(HIMC *phIMC) = 0;
821 HRESULT (WINAPI *CreateContext)(IActiveIMMIME *This,HIMC *phIMC); member in struct:IActiveIMMIMEVtbl
918 #define IActiveIMMIME_CreateContext(This,phIMC) (This)->lpVtbl->CreateContext(This,phIMC)
H A Dmsimcsdk.h226 virtual HRESULT WINAPI CreateContext(VARIANT Profile,VARIANT Flags,IDispatch **ppInterface) = 0;
244 HRESULT (WINAPI *CreateContext)(IMSIMHost *This,VARIANT Profile,VARIANT Flags,IDispatch **ppInterface); member in struct:IMSIMHostVtbl
264 #define IMSIMHost_CreateContext(This,Profile,Flags,ppInterface) (This)->lpVtbl->CreateContext(This,Profile,Flags,ppInterface)
H A Dmshtmlc.h29862 HRESULT (WINAPI *CreateContext)(IActiveIMMApp *This,HIMC *phIMC); member in struct:IActiveIMMAppVtbl
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Ddimm.h360 virtual HRESULT WINAPI CreateContext(HIMC *phIMC) = 0;
435 HRESULT (WINAPI *CreateContext)(IActiveIMMApp *This,HIMC *phIMC); member in struct:IActiveIMMAppVtbl
512 #define IActiveIMMApp_CreateContext(This,phIMC) (This)->lpVtbl->CreateContext(This,phIMC)
726 virtual HRESULT WINAPI CreateContext(HIMC *phIMC) = 0;
821 HRESULT (WINAPI *CreateContext)(IActiveIMMIME *This,HIMC *phIMC); member in struct:IActiveIMMIMEVtbl
918 #define IActiveIMMIME_CreateContext(This,phIMC) (This)->lpVtbl->CreateContext(This,phIMC)
H A Dmsimcsdk.h226 virtual HRESULT WINAPI CreateContext(VARIANT Profile,VARIANT Flags,IDispatch **ppInterface) = 0;
244 HRESULT (WINAPI *CreateContext)(IMSIMHost *This,VARIANT Profile,VARIANT Flags,IDispatch **ppInterface); member in struct:IMSIMHostVtbl
264 #define IMSIMHost_CreateContext(This,Profile,Flags,ppInterface) (This)->lpVtbl->CreateContext(This,Profile,Flags,ppInterface)
H A Dmshtmlc.h29862 HRESULT (WINAPI *CreateContext)(IActiveIMMApp *This,HIMC *phIMC); member in struct:IActiveIMMAppVtbl
[all...]

Completed in 376 milliseconds