Searched defs:ICancelMethodCalls (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dobjidl.h376 typedef struct ICancelMethodCalls ICancelMethodCalls; typedef in typeref:struct:ICancelMethodCalls
6533 typedef ICancelMethodCalls *LPCANCELMETHODCALLS;
6537 struct ICancelMethodCalls : public IUnknown { struct in inherits:IUnknown
6545 HRESULT (WINAPI *QueryInterface)(ICancelMethodCalls *This,REFIID riid,void **ppvObject);
6546 ULONG (WINAPI *AddRef)(ICancelMethodCalls *This);
6547 ULONG (WINAPI *Release)(ICancelMethodCalls *This);
6548 HRESULT (WINAPI *Cancel)(ICancelMethodCalls *This,ULONG ulSeconds);
6549 HRESULT (WINAPI *TestCancel)(ICancelMethodCalls *This);
6552 struct ICancelMethodCalls { struct
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dobjidl.h376 typedef struct ICancelMethodCalls ICancelMethodCalls; typedef in typeref:struct:ICancelMethodCalls
6533 typedef ICancelMethodCalls *LPCANCELMETHODCALLS;
6537 struct ICancelMethodCalls : public IUnknown { struct in inherits:IUnknown
6545 HRESULT (WINAPI *QueryInterface)(ICancelMethodCalls *This,REFIID riid,void **ppvObject);
6546 ULONG (WINAPI *AddRef)(ICancelMethodCalls *This);
6547 ULONG (WINAPI *Release)(ICancelMethodCalls *This);
6548 HRESULT (WINAPI *Cancel)(ICancelMethodCalls *This,ULONG ulSeconds);
6549 HRESULT (WINAPI *TestCancel)(ICancelMethodCalls *This);
6552 struct ICancelMethodCalls { struct
[all...]

Completed in 167 milliseconds