Test some more urlmon types.

oldstable
Francois Gouget 2004-09-07 19:33:36 +00:00 committed by Alexandre Julliard
parent 508d51e69c
commit 7e848dc47e
2 changed files with 22 additions and 0 deletions

View File

@ -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();

View File

@ -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