@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Retrieves the next cache group in a cache group enumeration !!!!C# Signature: [DllImport("wininet.dll")] static extern bool FindNextUrlCacheGroup( IntPtr hFind, ref int lpGroupId, IntPtr lpReserved); !!!!VB Signature: <DllImport("wininet.dll", _ SetLastError:=True, _ CharSet:=CharSet.Auto, _ EntryPoint:="FindNextUrlCacheGroup", _ CallingConvention:=CallingConvention.StdCall)> _ Shared Function FindNextUrlCacheGroup( _ ByVal hFind As IntPtr, _ ByRef lpGroupId As Long, _ ByVal lpReserved As IntPtr) As Boolean End Function !!!!User-Defined Types: None. !!!!Alternative Managed API: None !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: http://support.microsoft.com/kb/q311289/ Documentation: http://msdn.microsoft.com/library/en-us/wininet/wininet/findnexturlcachegroup.asp
Edit wininet.FindNextU...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.