freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

第9章160高級網(wǎng)絡(luò)編程api-wenkub.com

2025-05-12 10:38 本頁面
   

【正文】 CMC_string message_type。, 0)。, 39。, 39。, 0, 39。, 39。, 39。當(dāng)不使用信報服務(wù)程序提供的 UI時,要在信報發(fā)送時設(shè)置地址等參數(shù),例如: 第 9章 高級網(wǎng)絡(luò)編程 API cmcStatus=(*lpfncmc_send_documents)(39。 ui_id表示發(fā)送對話框的父對話框的句柄,只有當(dāng)使用的服務(wù)提供程序具有 UI時才可以使用。下面是該函數(shù)的原型: 第 9章 高級網(wǎng)絡(luò)編程 API CMC_return_code cmc_send_documents( CMC_string recipient_addresses, CMC_string subject, CMC_string text_note, CMC_flags send_doc_flags, CMC_string file_paths, CMC_string file_names, CMC_string delimiter, CMC_ui_id ui_id )。 if(cmcStatus!=CMC_SUCCESS) { //進行錯誤處理 …… } 第 9章 高級網(wǎng)絡(luò)編程 API CMC_VERSION, //Version 1 CMC CMC_LOGON_UI_ALLOWED | CMC_ERROR_UI_ALLOWED amp。39。 cmcUiAvail, //返回的值 NULL //無擴展 )。 …… CMC_return_code cmcStatus。 include 39。 cmc_query_configuration(?)函數(shù)的調(diào)用格式如下: CMC_return_code cmc_query_configuration( CMC_session_id session, CMC_enum item, CMC_buffer reference, CMC_extension FAR *config_extensions )。 CMC_flags extension_flags。 最后一個參數(shù) logon_extensions 是一個指向CMC_extension結(jié)構(gòu)數(shù)組的指針 , 該結(jié)構(gòu)在下面的很多函數(shù)中都要用到 , 它包含了使用 CMC API函數(shù)或結(jié)構(gòu)時的擴展數(shù)據(jù) 。 (1) ?CMC定義的擴展標(biāo)志有: define CMC_EXT_REQUIRED ((CMC_flags) 0x00010000) define CMC_EXT_OUTPUT ((CMC_flags) 0x00020xx0) define CMC_EXT_LAST_ELEMENT ((CMC_flags) 0x80000000) 第 9章 高級網(wǎng)絡(luò)編程 API define CMC_EXT_RSV_FLAG_MASK ((CMC_flags) 0xFFFF0000) define CMC_EXT_ITEM_FLAG_MASK ((CMC_flags) 0x0000FFFF) (2) ?CMC定義的附件標(biāo)志有: define CMC_ATT_APP_OWNS_FILE ((CMC_flags) 1) define CMC_ATT_LAST_ELEMENT ((CMC_flags) 0x80000000) define CMC_ATT_OID_BINARY ? ? ? ? ? ? define CMC_ATT_OID_TEXT ? ? ? ? ? ? 第 9章 高級網(wǎng)絡(luò)編程 API (3) ?CMC定義的名稱類型標(biāo)志有: define CMC_TYPE_UNKNOWN ((CMC_enum) 0) define CMC_TYPE_INDIVIDUAL ((CMC_enum) 1) define CMC_TYPE_GROUP ((CMC_enum) 2) 第 9章 高級網(wǎng)絡(luò)編程 API (4) ?CMC定義的角色標(biāo)志有: define CMC_ROLE_TO ((CMC_enum) 0) define CMC_ROLE_CC ((CMC_enum) 1) define CMC_ROLE_BCC ((CMC_enum) 2) define CMC_ROLE_ORIGINATOR ((CMC_enum) 3) define CMC_ROLE_AUTHORIZING_USER ((CMC_enum) 4) 第 9章 高級網(wǎng)絡(luò)編程 API (5) ?CMC定義的接收標(biāo)志有: define CMC_RECIP_IGNORE ((CMC_flags) 1) define CMC_RECIP_LIST_TRUNCATED ((CMC_flags) 2) define CMC_RECIP_LAST_ELEMENT ((CMC_flags) 0x80000000) 第 9章 高級網(wǎng)絡(luò)編程 API (6) ?CMC定義的消息標(biāo)志有: define CMC_MSG_READ ((CMC_flags) 1) define CMC_MSG_TEXT_NOTE_AS_FILE ((CMC_flags) 2) define CMC_MSG_UNSENT ((CMC_flags) 4) define CMC_MSG_LAST_ELEMENT ((CMC_flags) 0x80000000) 第 9章 高級網(wǎng)絡(luò)編程 API (7) ?CMC定義的消息概要標(biāo)志有: define CMC_SUM_READ ((CMC_flags) 1) define CMC_SUM_UNSENT ((CMC_flags) 2) define CMC_SUM_LAST_ELEMENT ((CMC_flags) 0x80000000) 第 9章 高級網(wǎng)絡(luò)編程 API (8) ?CMC定義的功能標(biāo)志有: define CMC_ERROR_UI_ALLOWED ((CMC_flags) 0x01000000) defineCMC_LOGON_UI_ALLOWED ((CMC_flags) 0x020xx000) define CMC_COUNTED_STRING_TYPE ((CMC_flags) 0x04000000) 第 9章 高級網(wǎng)絡(luò)編程 API (9) ?CMC定義的信報發(fā)送標(biāo)志有: define CMC_SEND_UI_REQUESTED ((CMC_flags) 1) //cmc_send(?)函數(shù)使用 define CMC_FIRST_ATTACH_AS_TEXT_NOTE ((CMC_flags) 2) //cmc_send_documents(?)函數(shù)使用 (10) ?CMC定義的信報操作標(biāo)志 (cmc_act_on(?)函數(shù)使用 )有: define CMC_ACT_ON_EXTENDED ((CMC_enum) 0) define CMC_ACT_ON_DELETE ((CMC_enum) 1) 第 9章 高級網(wǎng)絡(luò)編程 API (11) ?CMC定義的信報列表標(biāo)志 (cmc_list(?)函數(shù)使用 )有: define CMC_LIST_UNREAD_ONLY ((CMC_flags) 1) define CMC_LIST_MSG_REFS_ONLY ((CMC_flags) 2) define CMC_LIST_COUNT_ONLY ((CMC_flags) 4) define CMC_LENGTH_UNKNOWN 0xFFFFFFFF 第 9章 高級網(wǎng)絡(luò)編程 API (12) ?CMC定義的讀信報標(biāo)志 (cmc_read(?)函數(shù)使用 )有: define CMC_DO_NOT_MARK_AS_READ ((CMC_flags) 1) define CMC_MSG_AND_ATT_HDRS_ONLY ((CMC_flags) 2) define CMC_READ_FIRST_UNREAD_MESSAGE ((CMC_flags) 4) 第 9章 高級網(wǎng)絡(luò)編程 API (13) ?CMC定義的信報查找標(biāo)志 (cmc_look_up(?)函數(shù)使用 )有: defineCMC_LOOKUP_RESOLVE_PREFIX_SEARCH ((CMC_flags) 1) defineCMC_LOOKUP_RESOLVE_IDENTITY ((CMC_flags) 2) defineCMC_LOOKUP_RESOLVE_UI ((CMC_flags) 4) defineCMC_LOOKUP_DETAILS_UI ((CMC_flags) 8) defineCMC_LOOKUP_ADDRESSING_UI ((CMC_flags) 16) 第 9章 高級網(wǎng)絡(luò)編程 API (14) CMC定義的斷開連接標(biāo)志 (cmc_logoff(?)函數(shù)使用 )有: define CMC_LOGOFF_UI_ALLOWED ((CMC_flags) 1) (15) CMC定義的連接標(biāo)志 (cmc_logon(?)函數(shù)使用 )有: define CMC_VERSION ((CMC_uint16) 100) (16) ?CMC定義的查詢配置標(biāo)志有: define CMC_CONFIG_CHARACTER_SET ((CMC_enum) 1) define CMC_CONFIG_LINE_TERM ((CMC_enum) 2) define CMC_CONFIG_DEFAULT_SERVICE ((CMC_enum) 3) 第 9章 高級網(wǎng)絡(luò)編程 API define CMC_CONFIG_DEFAULT_USER ((CMC_enum) 4) define CMC_CONFIG_REQ_PASSWORD ((CMC_enum) 5) define CMC_CONFIG_REQ_SERVICE ((CMC_enum) 6) define CMC_CONFIG_REQ_USER ((CMC_enum) 7) define CMC_CONFIG_UI_AVAIL ((CMC_enum) 8) 第 9章 高級網(wǎng)絡(luò)編程 API define CMC_CONFIG_SUP_NOMKMSGREAD ((CMC_enum) 9) define CMC_CONFIG_SUP_COUNTED_STR ((CMC_enum) 10) define CMC_CONFIG_VER_IMPLEM
點擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1