Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Indicates information about the features accessed during an instant messaging interaction.
Syntax
typedef enum tagWPCFLAG_IM_FEATURE {
WPCFLAG_IM_FEATURE_NONE = 0x00,
WPCFLAG_IM_FEATURE_VIDEO = 0x01,
WPCFLAG_IM_FEATURE_AUDIO = 0x02,
WPCFLAG_IM_FEATURE_GAME = 0x04,
WPCFLAG_IM_FEATURE_SMS = 0x08,
WPCFLAG_IM_FEATURE_FILESWAP = 0x10,
WPCFLAG_IM_FEATURE_URLSWAP = 0x20,
WPCFLAG_IM_FEATURE_SENDING = 0x80000000,
WPCFLAG_IM_FEATURE_ALL = 0xFFFFFFFF
} WPCFLAG_IM_FEATURE;
Constants
WPCFLAG_IM_FEATURE_NONEValue: 0x00 No instant messaging features were used. |
WPCFLAG_IM_FEATURE_VIDEOValue: 0x01 The video feature was used during the instant messaging session. |
WPCFLAG_IM_FEATURE_AUDIOValue: 0x02 The audio feature was used during the instant messaging session. |
WPCFLAG_IM_FEATURE_GAMEValue: 0x04 The game feature was used during the instant messaging session. |
WPCFLAG_IM_FEATURE_SMSValue: 0x08 The short message service feature was used during the instant messaging session. |
WPCFLAG_IM_FEATURE_FILESWAPValue: 0x10 Files were swapped during the instant messaging session. |
WPCFLAG_IM_FEATURE_URLSWAPValue: 0x20 URL or website locations were swapped during the instant messaging session. |
WPCFLAG_IM_FEATURE_SENDINGValue: 0x80000000 The top bit means sending or receiving. |
WPCFLAG_IM_FEATURE_ALLValue: 0xFFFFFFFF All features were used during the instant messaging session |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |