Searched refs:PT_STRING8 (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | mapitags.h | 63 #define PR_MESSAGE_CLASS_A PROP_TAG(PT_STRING8,0x1A) 89 #define PR_LANGUAGES_A PROP_TAG(PT_STRING8,0x2F) 100 #define PR_SUBJECT_A PROP_TAG(PT_STRING8,0x37) 105 #define PR_REPORT_NAME_A PROP_TAG(PT_STRING8,0x3A) 236 #define PR_BODY_A PROP_TAG(PT_STRING8,0x1000) 370 #define PR_COMMENT_A PROP_TAG(PT_STRING8,0x3004) 440 #define PR_ANR_A PROP_TAG(PT_STRING8,0x360C) 491 #define PR_ACCOUNT_A PROP_TAG(PT_STRING8,0x3A00) 521 #define PR_KEYWORD_A PROP_TAG(PT_STRING8,0x3A0B) 537 #define PR_SURNAME_A PROP_TAG(PT_STRING8,0x3A11) [all …]
|
H A D | mapidefs.h | 210 #define PT_STRING8 30U macro 229 # define PT_TSTRING PT_STRING8 230 # define PT_MV_TSTRING (MV_FLAG|PT_STRING8) 259 #define PT_MV_STRING8 (MV_FLAG|PT_STRING8)
|
/reactos/modules/rostests/winetests/mapi32/ |
H A D | prop.c | 99 PT_STRING8, PT_BINARY, PT_UNICODE 144 case PT_STRING8: in test_PropCopyMore() 166 case PT_STRING8: in test_PropCopyMore() 241 case PT_STRING8: in test_UlPropSize() 304 if (pt == PT_STRING8 || pt == PT_BINARY) in test_FPropContainsProp() 316 pvLeft.ulPropTag = pvRight.ulPropTag = PT_STRING8; in test_FPropContainsProp() 521 case PT_STRING8: in test_FPropCompareProp() 646 case PT_STRING8: in test_LPropCompareProp() 753 case PT_STRING8: in test_ScCountProps() 1128 case PT_STRING8: in test_FBadProp() [all …]
|
/reactos/dll/win32/mapi32/ |
H A D | prop.c | 86 case PT_STRING8: in PropCopyMore() 261 case PT_STRING8: ulRet = lstrlenA(lpProp->Value.lpszA) + 1u; in UlPropSize() 310 if (PROP_TYPE(lpHaystack->ulPropTag) == PT_STRING8) in FPropContainsProp() 503 case PT_STRING8: in LPropCompareProp() 746 case PT_STRING8: in ScCountProps() 823 case PT_STRING8: in ScCopyProps() 972 case PT_STRING8: in ScRelocProps() 1239 case PT_STRING8: in FBadPropTag() 1297 case PT_STRING8: in FBadProp()
|