mapitags.pas
来自「Drag files and Drop to delphi forms 0402」· PAS 代码 · 共 1,560 行 · 第 1/5 页
PAS
1,560 行
const PR_CELLULAR_TELEPHONE_NUMBER_A = PR_MOBILE_TELEPHONE_NUMBER_A;
const PR_RADIO_TELEPHONE_NUMBER =
(PT_TSTRING) or (($3A1D) shl 16);
const PR_RADIO_TELEPHONE_NUMBER_W =
(PT_UNICODE) or (($3A1D) shl 16);
const PR_RADIO_TELEPHONE_NUMBER_A =
(PT_STRING8) or (($3A1D) shl 16);
const PR_CAR_TELEPHONE_NUMBER =
(PT_TSTRING) or (($3A1E) shl 16);
const PR_CAR_TELEPHONE_NUMBER_W =
(PT_UNICODE) or (($3A1E) shl 16);
const PR_CAR_TELEPHONE_NUMBER_A =
(PT_STRING8) or (($3A1E) shl 16);
const PR_OTHER_TELEPHONE_NUMBER =
(PT_TSTRING) or (($3A1F) shl 16);
const PR_OTHER_TELEPHONE_NUMBER_W =
(PT_UNICODE) or (($3A1F) shl 16);
const PR_OTHER_TELEPHONE_NUMBER_A =
(PT_STRING8) or (($3A1F) shl 16);
const PR_TRANSMITABLE_DISPLAY_NAME =
(PT_TSTRING) or (($3A20) shl 16);
const PR_TRANSMITABLE_DISPLAY_NAME_W =
(PT_UNICODE) or (($3A20) shl 16);
const PR_TRANSMITABLE_DISPLAY_NAME_A =
(PT_STRING8) or (($3A20) shl 16);
const PR_PAGER_TELEPHONE_NUMBER =
(PT_TSTRING) or (($3A21) shl 16);
const PR_PAGER_TELEPHONE_NUMBER_W =
(PT_UNICODE) or (($3A21) shl 16);
const PR_PAGER_TELEPHONE_NUMBER_A =
(PT_STRING8) or (($3A21) shl 16);
const PR_BEEPER_TELEPHONE_NUMBER = PR_PAGER_TELEPHONE_NUMBER;
const PR_BEEPER_TELEPHONE_NUMBER_W = PR_PAGER_TELEPHONE_NUMBER_W;
const PR_BEEPER_TELEPHONE_NUMBER_A = PR_PAGER_TELEPHONE_NUMBER_A;
const PR_USER_CERTIFICATE =
(PT_BINARY) or (($3A22) shl 16);
const PR_PRIMARY_FAX_NUMBER =
(PT_TSTRING) or (($3A23) shl 16);
const PR_PRIMARY_FAX_NUMBER_W =
(PT_UNICODE) or (($3A23) shl 16);
const PR_PRIMARY_FAX_NUMBER_A =
(PT_STRING8) or (($3A23) shl 16);
const PR_BUSINESS_FAX_NUMBER =
(PT_TSTRING) or (($3A24) shl 16);
const PR_BUSINESS_FAX_NUMBER_W =
(PT_UNICODE) or (($3A24) shl 16);
const PR_BUSINESS_FAX_NUMBER_A =
(PT_STRING8) or (($3A24) shl 16);
const PR_HOME_FAX_NUMBER =
(PT_TSTRING) or (($3A25) shl 16);
const PR_HOME_FAX_NUMBER_W =
(PT_UNICODE) or (($3A25) shl 16);
const PR_HOME_FAX_NUMBER_A =
(PT_STRING8) or (($3A25) shl 16);
const PR_COUNTRY =
(PT_TSTRING) or (($3A26) shl 16);
const PR_COUNTRY_W =
(PT_UNICODE) or (($3A26) shl 16);
const PR_COUNTRY_A =
(PT_STRING8) or (($3A26) shl 16);
const PR_BUSINESS_ADDRESS_COUNTRY = PR_COUNTRY;
const PR_BUSINESS_ADDRESS_COUNTRY_W = PR_COUNTRY_W;
const PR_BUSINESS_ADDRESS_COUNTRY_A = PR_COUNTRY_A;
const PR_LOCALITY =
(PT_TSTRING) or (($3A27) shl 16);
const PR_LOCALITY_W =
(PT_UNICODE) or (($3A27) shl 16);
const PR_LOCALITY_A =
(PT_STRING8) or (($3A27) shl 16);
const PR_BUSINESS_ADDRESS_CITY = PR_LOCALITY;
const PR_BUSINESS_ADDRESS_CITY_W = PR_LOCALITY_W;
const PR_BUSINESS_ADDRESS_CITY_A = PR_LOCALITY_A;
const PR_STATE_OR_PROVINCE =
(PT_TSTRING) or (($3A28) shl 16);
const PR_STATE_OR_PROVINCE_W =
(PT_UNICODE) or (($3A28) shl 16);
const PR_STATE_OR_PROVINCE_A =
(PT_STRING8) or (($3A28) shl 16);
const PR_BUSINESS_ADDRESS_STATE_OR_PROVINCE = PR_STATE_OR_PROVINCE;
const PR_BUSINESS_ADDRESS_STATE_OR_PROVINCE_W = PR_STATE_OR_PROVINCE_W;
const PR_BUSINESS_ADDRESS_STATE_OR_PROVINCE_A = PR_STATE_OR_PROVINCE_A;
const PR_STREET_ADDRESS =
(PT_TSTRING) or (($3A29) shl 16);
const PR_STREET_ADDRESS_W =
(PT_UNICODE) or (($3A29) shl 16);
const PR_STREET_ADDRESS_A =
(PT_STRING8) or (($3A29) shl 16);
const PR_BUSINESS_ADDRESS_STREET = PR_STREET_ADDRESS;
const PR_BUSINESS_ADDRESS_STREET_W = PR_STREET_ADDRESS_W;
const PR_BUSINESS_ADDRESS_STREET_A = PR_STREET_ADDRESS_A;
const PR_POSTAL_CODE =
(PT_TSTRING) or (($3A2A) shl 16);
const PR_POSTAL_CODE_W =
(PT_UNICODE) or (($3A2A) shl 16);
const PR_POSTAL_CODE_A =
(PT_STRING8) or (($3A2A) shl 16);
const PR_BUSINESS_ADDRESS_POSTAL_CODE = PR_POSTAL_CODE;
const PR_BUSINESS_ADDRESS_POSTAL_CODE_W = PR_POSTAL_CODE_W;
const PR_BUSINESS_ADDRESS_POSTAL_CODE_A = PR_POSTAL_CODE_A;
const PR_POST_OFFICE_BOX =
(PT_TSTRING) or (($3A2) shl 16);
const PR_POST_OFFICE_BOX_W =
(PT_UNICODE) or (($3A2) shl 16);
const PR_POST_OFFICE_BOX_A =
(PT_STRING8) or (($3A2) shl 16);
const PR_BUSINESS_ADDRESS_POST_OFFICE_BOX = PR_POST_OFFICE_BOX;
const PR_BUSINESS_ADDRESS_POST_OFFICE_BOX_W = PR_POST_OFFICE_BOX_W;
const PR_BUSINESS_ADDRESS_POST_OFFICE_BOX_A = PR_POST_OFFICE_BOX_A;
const PR_TELEX_NUMBER =
(PT_TSTRING) or (($3A2C) shl 16);
const PR_TELEX_NUMBER_W =
(PT_UNICODE) or (($3A2C) shl 16);
const PR_TELEX_NUMBER_A =
(PT_STRING8) or (($3A2C) shl 16);
const PR_ISDN_NUMBER =
(PT_TSTRING) or (($3A2D) shl 16);
const PR_ISDN_NUMBER_W =
(PT_UNICODE) or (($3A2D) shl 16);
const PR_ISDN_NUMBER_A =
(PT_STRING8) or (($3A2D) shl 16);
const PR_ASSISTANT_TELEPHONE_NUMBER =
(PT_TSTRING) or (($3A2E) shl 16);
const PR_ASSISTANT_TELEPHONE_NUMBER_W =
(PT_UNICODE) or (($3A2E) shl 16);
const PR_ASSISTANT_TELEPHONE_NUMBER_A =
(PT_STRING8) or (($3A2E) shl 16);
const PR_HOME2_TELEPHONE_NUMBER =
(PT_TSTRING) or (($3A2F) shl 16);
const PR_HOME2_TELEPHONE_NUMBER_W =
(PT_UNICODE) or (($3A2F) shl 16);
const PR_HOME2_TELEPHONE_NUMBER_A =
(PT_STRING8) or (($3A2F) shl 16);
const PR_ASSISTANT =
(PT_TSTRING) or (($3A30) shl 16);
const PR_ASSISTANT_W =
(PT_UNICODE) or (($3A30) shl 16);
const PR_ASSISTANT_A =
(PT_STRING8) or (($3A30) shl 16);
const PR_SEND_RICH_INFO =
(PT_BOOLEAN) or (($3A40) shl 16);
const PR_WEDDING_ANNIVERSARY =
(PT_SYSTIME) or (($3A41) shl 16);
const PR_BIRTHDAY =
(PT_SYSTIME) or (($3A42) shl 16);
const PR_HOBBIES =
(PT_TSTRING) or (($3A43) shl 16);
const PR_HOBBIES_W =
(PT_UNICODE) or (($3A43) shl 16);
const PR_HOBBIES_A =
(PT_STRING8) or (($3A43) shl 16);
const PR_MIDDLE_NAME =
(PT_TSTRING) or (($3A44) shl 16);
const PR_MIDDLE_NAME_W =
(PT_UNICODE) or (($3A44) shl 16);
const PR_MIDDLE_NAME_A =
(PT_STRING8) or (($3A44) shl 16);
const PR_DISPLAY_NAME_PREFIX =
(PT_TSTRING) or (($3A45) shl 16);
const PR_DISPLAY_NAME_PREFIX_W =
(PT_UNICODE) or (($3A45) shl 16);
const PR_DISPLAY_NAME_PREFIX_A =
(PT_STRING8) or (($3A45) shl 16);
const PR_PROFESSION =
(PT_TSTRING) or (($3A46) shl 16);
const PR_PROFESSION_W =
(PT_UNICODE) or (($3A46) shl 16);
const PR_PROFESSION_A =
(PT_STRING8) or (($3A46) shl 16);
const PR_PREFERRED_BY_NAME =
(PT_TSTRING) or (($3A47) shl 16);
const PR_PREFERRED_BY_NAME_W =
(PT_UNICODE) or (($3A47) shl 16);
const PR_PREFERRED_BY_NAME_A =
(PT_STRING8) or (($3A47) shl 16);
const PR_SPOUSE_NAME =
(PT_TSTRING) or (($3A48) shl 16);
const PR_SPOUSE_NAME_W =
(PT_UNICODE) or (($3A48) shl 16);
const PR_SPOUSE_NAME_A =
(PT_STRING8) or (($3A48) shl 16);
const PR_COMPUTER_NETWORK_NAME =
(PT_TSTRING) or (($3A49) shl 16);
const PR_COMPUTER_NETWORK_NAME_W =
(PT_UNICODE) or (($3A49) shl 16);
const PR_COMPUTER_NETWORK_NAME_A =
(PT_STRING8) or (($3A49) shl 16);
const PR_CUSTOMER_ID =
(PT_TSTRING) or (($3A4A) shl 16);
const PR_CUSTOMER_ID_W =
(PT_UNICODE) or (($3A4A) shl 16);
const PR_CUSTOMER_ID_A =
(PT_STRING8) or (($3A4A) shl 16);
const PR_TTYTDD_PHONE_NUMBER =
(PT_TSTRING) or (($3A4) shl 16);
const PR_TTYTDD_PHONE_NUMBER_W =
(PT_UNICODE) or (($3A4) shl 16);
const PR_TTYTDD_PHONE_NUMBER_A =
(PT_STRING8) or (($3A4) shl 16);
const PR_FTP_SITE =
(PT_TSTRING) or (($3A4C) shl 16);
const PR_FTP_SITE_W =
(PT_UNICODE) or (($3A4C) shl 16);
const PR_FTP_SITE_A =
(PT_STRING8) or (($3A4C) shl 16);
const PR_GENDER =
(PT_SHORT) or (($3A4D) shl 16);
const PR_MANAGER_NAME =
(PT_TSTRING) or (($3A4E) shl 16);
const PR_MANAGER_NAME_W =
(PT_UNICODE) or (($3A4E) shl 16);
const PR_MANAGER_NAME_A =
(PT_STRING8) or (($3A4E) shl 16);
const PR_NICKNAME =
(PT_TSTRING) or (($3A4F) shl 16);
const PR_NICKNAME_W =
(PT_UNICODE) or (($3A4F) shl 16);
const PR_NICKNAME_A =
(PT_STRING8) or (($3A4F) shl 16);
const PR_PERSONAL_HOME_PAGE =
(PT_TSTRING) or (($3A50) shl 16);
const PR_PERSONAL_HOME_PAGE_W =
(PT_UNICODE) or (($3A50) shl 16);
const PR_PERSONAL_HOME_PAGE_A =
(PT_STRING8) or (($3A50) shl 16);
const PR_BUSINESS_HOME_PAGE =
(PT_TSTRING) or (($3A51) shl 16);
const PR_BUSINESS_HOME_PAGE_W =
(PT_UNICODE) or (($3A51) shl 16);
const PR_BUSINESS_HOME_PAGE_A =
(PT_STRING8) or (($3A51) shl 16);
const PR_CONTACT_VERSION =
(PT_CLSID) or (($3A52) shl 16);
const PR_CONTACT_ENTRYIDS =
(PT_MV_BINARY) or (($3A53) shl 16);
const PR_CONTACT_ADDRTYPES =
(PT_MV_TSTRING) or (($3A54) shl 16);
const PR_CONTACT_ADDRTYPES_W =
(PT_MV_UNICODE) or (($3A54) shl 16);
const PR_CONTACT_ADDRTYPES_A =
(PT_MV_STRING8) or (($3A54) shl 16);
const PR_CONTACT_DEFAULT_ADDRESS_INDEX =
(PT_LONG) or (($3A55) shl 16);
const PR_CONTACT_EMAIL_ADDRESSES =
(PT_MV_TSTRING) or (($3A56) shl 16);
const PR_CONTACT_EMAIL_ADDRESSES_W =
(PT_MV_UNICODE) or (($3A56) shl 16);
const PR_CONTACT_EMAIL_ADDRESSES_A =
(PT_MV_STRING8) or (($3A56) shl 16);
const PR_COMPANY_MAIN_PHONE_NUMBER =
(PT_TSTRING) or (($3A57) shl 16);
const PR_COMPANY_MAIN_PHONE_NUMBER_W =
(PT_UNICODE) or (($3A57) shl 16);
const PR_COMPANY_MAIN_PHONE_NUMBER_A =
(PT_STRING8) or (($3A57) shl 16);
const PR_CHILDRENS_NAMES =
(PT_MV_TSTRING) or (($3A58) shl 16);
const PR_CHILDRENS_NAMES_W =
(PT_MV_UNICODE) or (($3A58) shl 16);
const PR_CHILDRENS_NAMES_A =
(PT_MV_STRING8) or (($3A58) shl 16);
const PR_HOME_ADDRESS_CITY =
(PT_TSTRING) or (($3A59) shl 16);
const PR_HOME_ADDRESS_CITY_W =
(PT_UNICODE) or (($3A59) shl 16);
const PR_HOME_ADDRESS_CITY_A =
(PT_STRING8) or (($3A59) shl 16);
const PR_HOME_ADDRESS_COUNTRY =
(PT_TSTRING) or (($3A5A) shl 16);
const PR_HOME_ADDRESS_COUNTRY_W =
(PT_UNICODE) or (($3A5A) shl 16);
const PR_HOME_ADDRESS_COUNTRY_A =
(PT_STRING8) or (($3A5A) shl 16);
const PR_HOME_ADDRESS_POSTAL_CODE =
(PT_TSTRING
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?