Commit 7e848dc4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Test some more urlmon types.

parent 508d51e6
......@@ -163,6 +163,16 @@ static void test_pack_IInternetProtocolInfoVtbl(void)
/* IInternetProtocolInfoVtbl */
}
static void test_pack_IInternetSession(void)
{
/* IInternetSession */
}
static void test_pack_IInternetSessionVtbl(void)
{
/* IInternetSessionVtbl */
}
static void test_pack_IPersistMoniker(void)
{
/* IPersistMoniker */
......@@ -217,6 +227,12 @@ static void test_pack_LPIINTERNETPROTOCOLINFO(void)
TEST_TYPE(LPIINTERNETPROTOCOLINFO, 4, 4);
}
static void test_pack_LPIINTERNETSESSION(void)
{
/* LPIINTERNETSESSION */
TEST_TYPE(LPIINTERNETSESSION, 4, 4);
}
static void test_pack_LPPERSISTMONIKER(void)
{
/* LPPERSISTMONIKER */
......@@ -306,6 +322,8 @@ static void test_pack(void)
test_pack_IBindingVtbl();
test_pack_IInternetProtocolInfo();
test_pack_IInternetProtocolInfoVtbl();
test_pack_IInternetSession();
test_pack_IInternetSessionVtbl();
test_pack_IPersistMoniker();
test_pack_IPersistMonikerVtbl();
test_pack_IWinInetHttpInfo();
......@@ -316,6 +334,7 @@ static void test_pack(void)
test_pack_LPBINDING();
test_pack_LPBINDSTATUSCALLBACK();
test_pack_LPIINTERNETPROTOCOLINFO();
test_pack_LPIINTERNETSESSION();
test_pack_LPPERSISTMONIKER();
test_pack_LPREMFORMATETC();
test_pack_LPREMSECURITY_ATTRIBUTES();
......
......@@ -1131,6 +1131,8 @@ IBinding
IBindingVtbl
IInternetProtocolInfo
IInternetProtocolInfoVtbl
IInternetSession
IInternetSessionVtbl
IPersistMoniker
IPersistMonikerVtbl
IWinInetHttpInfo
......@@ -1141,6 +1143,7 @@ LPBINDHOST
LPBINDING
LPBINDSTATUSCALLBACK
LPIINTERNETPROTOCOLINFO
LPIINTERNETSESSION
LPPERSISTMONIKER
LPREMFORMATETC
LPREMSECURITY_ATTRIBUTES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment