Re: stub AtlModuleUpdateRegistryFromResourceD [resend]
Sept. 1, 2004
7:09 p.m.
Stefan Leichter <Stefan.Leichter(a)camLine.com> writes:
+/*********************************************************************** + * AtlUpdateRegistryFromResourceD [ATL71.@] (.NET) + * + */ +HRESULT WINAPI AtlUpdateRegistryFromResourceD(HINSTANCE hInst, LPCOLESTR lpszRes, + BOOL bRegister, /* struct _ATL_REGMAP_ENTRY* */ void* pMapEntries, /* IRegistrar* */ void* pReg)
This is confusing, because AtlUpdateRegistryFromResourceD is not exported from atl.dll. You should either avoid that function completely, or create a new atl71.dll that exports it (but that doesn't seem really necessary at this point). -- Alexandre Julliard julliard(a)winehq.org
7880
Age (days ago)
7880
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard