NativeMethods.FindFirstUrlCacheEntry(String, IntPtr, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static IntPtr FindFirstUrlCacheEntry(System::String ^ lpszUrlSearchPattern, IntPtr lpFirstCacheEntryInfo, int % lpdwFirstCacheEntryInfoBufferSize);
public static IntPtr FindFirstUrlCacheEntry (string lpszUrlSearchPattern, IntPtr lpFirstCacheEntryInfo, ref int lpdwFirstCacheEntryInfoBufferSize);
static member FindFirstUrlCacheEntry : string * nativeint * int -> nativeint
Public Shared Function FindFirstUrlCacheEntry (lpszUrlSearchPattern As String, lpFirstCacheEntryInfo As IntPtr, ByRef lpdwFirstCacheEntryInfoBufferSize As Integer) As IntPtr
Parameters
- lpszUrlSearchPattern
- String
- lpFirstCacheEntryInfo
-
IntPtr
nativeint
- lpdwFirstCacheEntryInfoBufferSize
- Int32
Returns
IntPtr
nativeint