Test some more urlmon types.

This commit is contained in:
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 */ /* IInternetProtocolInfoVtbl */
} }
static void test_pack_IInternetSession(void)
{
/* IInternetSession */
}
static void test_pack_IInternetSessionVtbl(void)
{
/* IInternetSessionVtbl */
}
static void test_pack_IPersistMoniker(void) static void test_pack_IPersistMoniker(void)
{ {
/* IPersistMoniker */ /* IPersistMoniker */
@ -217,6 +227,12 @@ static void test_pack_LPIINTERNETPROTOCOLINFO(void)
TEST_TYPE(LPIINTERNETPROTOCOLINFO, 4, 4); TEST_TYPE(LPIINTERNETPROTOCOLINFO, 4, 4);
} }
static void test_pack_LPIINTERNETSESSION(void)
{
/* LPIINTERNETSESSION */
TEST_TYPE(LPIINTERNETSESSION, 4, 4);
}
static void test_pack_LPPERSISTMONIKER(void) static void test_pack_LPPERSISTMONIKER(void)
{ {
/* LPPERSISTMONIKER */ /* LPPERSISTMONIKER */
@ -306,6 +322,8 @@ static void test_pack(void)
test_pack_IBindingVtbl(); test_pack_IBindingVtbl();
test_pack_IInternetProtocolInfo(); test_pack_IInternetProtocolInfo();
test_pack_IInternetProtocolInfoVtbl(); test_pack_IInternetProtocolInfoVtbl();
test_pack_IInternetSession();
test_pack_IInternetSessionVtbl();
test_pack_IPersistMoniker(); test_pack_IPersistMoniker();
test_pack_IPersistMonikerVtbl(); test_pack_IPersistMonikerVtbl();
test_pack_IWinInetHttpInfo(); test_pack_IWinInetHttpInfo();
@ -316,6 +334,7 @@ static void test_pack(void)
test_pack_LPBINDING(); test_pack_LPBINDING();
test_pack_LPBINDSTATUSCALLBACK(); test_pack_LPBINDSTATUSCALLBACK();
test_pack_LPIINTERNETPROTOCOLINFO(); test_pack_LPIINTERNETPROTOCOLINFO();
test_pack_LPIINTERNETSESSION();
test_pack_LPPERSISTMONIKER(); test_pack_LPPERSISTMONIKER();
test_pack_LPREMFORMATETC(); test_pack_LPREMFORMATETC();
test_pack_LPREMSECURITY_ATTRIBUTES(); test_pack_LPREMSECURITY_ATTRIBUTES();

View File

@ -1131,6 +1131,8 @@ IBinding
IBindingVtbl IBindingVtbl
IInternetProtocolInfo IInternetProtocolInfo
IInternetProtocolInfoVtbl IInternetProtocolInfoVtbl
IInternetSession
IInternetSessionVtbl
IPersistMoniker IPersistMoniker
IPersistMonikerVtbl IPersistMonikerVtbl
IWinInetHttpInfo IWinInetHttpInfo
@ -1141,6 +1143,7 @@ LPBINDHOST
LPBINDING LPBINDING
LPBINDSTATUSCALLBACK LPBINDSTATUSCALLBACK
LPIINTERNETPROTOCOLINFO LPIINTERNETPROTOCOLINFO
LPIINTERNETSESSION
LPPERSISTMONIKER LPPERSISTMONIKER
LPREMFORMATETC LPREMFORMATETC
LPREMSECURITY_ATTRIBUTES LPREMSECURITY_ATTRIBUTES