Searched refs:pszPriType (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/inetcomm/ |
H A D | mimeole.c | 1362 LPCSTR pszPriType, in MimeBody_IsContentType() argument 1367 TRACE("(%p)->(%s, %s)\n", This, debugstr_a(pszPriType), debugstr_a(pszSubType)); in MimeBody_IsContentType() 1368 if(pszPriType) in MimeBody_IsContentType() 1372 if(lstrcmpiA(pri, pszPriType)) return S_FALSE; in MimeBody_IsContentType() 1752 LPCSTR pszPriType, in MimeBody_SetData() argument 2554 if (IMimeBody_IsContentType(&body->mime_body->IMimeBody_iface, find->pszPriType, in find_next() 2656 LPCSTR pszPriType, in MimeMessage_IsContentType() argument 2661 TRACE("(%p)->(%p, %s, %s)\n", iface, hBody, debugstr_a(pszPriType), in MimeMessage_IsContentType() 2667 hr = IMimeBody_IsContentType(mime_body, pszPriType, pszSubType); in MimeMessage_IsContentType() 2848 find_struct.pszPriType = text; in MimeMessage_GetTextBody() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | mimeole.idl | 662 [in] LPCSTR pszPriType, 907 [in,unique] LPCSTR pszPriType, 951 LPSTR pszPriType; 1049 [in] LPCSTR pszPriType,
|
/reactos/modules/rostests/winetests/inetcomm/ |
H A D | mimeole.c | 713 find_struct.pszPriType = text; in test_CreateMessage()
|