Home
last modified time | relevance | path

Searched refs:pszPriType (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/inetcomm/
H A Dmimeole.c1362 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 Dmimeole.idl662 [in] LPCSTR pszPriType,
907 [in,unique] LPCSTR pszPriType,
951 LPSTR pszPriType;
1049 [in] LPCSTR pszPriType,
/reactos/modules/rostests/winetests/inetcomm/
H A Dmimeole.c713 find_struct.pszPriType = text; in test_CreateMessage()