Share via


NativeMethods.FindFirstUrlCacheEntry(String, IntPtr, Int32) Method

Definition

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

Applies to