CMDTYPE enumeration
[CMDTYPE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Identifies the direction of interaction with a server.
Syntax
typedef enum tagCMDTYPE {
CMD_SEND = 0,
CMD_RESP = 1
} ACCESSTYPE;
Constants
-
CMD_SEND
-
Indicates a command sent to the server.
-
CMD_RESP
-
Indicates a response received from the server.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|