OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IMessage
(Results
1 - 5
of
5
) sorted by null
/external/testng/src/main/java/org/testng/remote/strprotocol/
IMessage.java
11
public interface
IMessage
extends Serializable {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h
38
typedef struct
IMessage
IMessage
;
393
struct
IMessage
: public IDispatch {
444
virtual HRESULT WINAPI Forward(
IMessage
**ppMsg) = 0;
446
virtual HRESULT WINAPI PostReply(
IMessage
**ppMsg) = 0;
447
virtual HRESULT WINAPI Reply(
IMessage
**ppMsg) = 0;
448
virtual HRESULT WINAPI ReplyAll(
IMessage
**ppMsg) = 0;
456
HRESULT (WINAPI *QueryInterface)(
IMessage
*This,REFIID riid,void **ppvObject);
457
ULONG (WINAPI *AddRef)(
IMessage
*This);
458
ULONG (WINAPI *Release)(
IMessage
*This)
[
all
...]
cdoex.h
38
typedef struct
IMessage
IMessage
;
599
struct
IMessage
: public IDispatch {
650
virtual HRESULT WINAPI Forward(
IMessage
**ppMsg) = 0;
652
virtual HRESULT WINAPI PostReply(
IMessage
**ppMsg) = 0;
653
virtual HRESULT WINAPI Reply(
IMessage
**ppMsg) = 0;
654
virtual HRESULT WINAPI ReplyAll(
IMessage
**ppMsg) = 0;
662
HRESULT (WINAPI *QueryInterface)(
IMessage
*This,REFIID riid,void **ppvObject);
663
ULONG (WINAPI *AddRef)(
IMessage
*This);
664
ULONG (WINAPI *Release)(
IMessage
*This)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 127 milliseconds