NativeMethods.FindFirstUrlCacheGroup 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 FindFirstUrlCacheGroup(int dwFlags, int dwFilter, IntPtr lpSearchCondition, int dwSearchCondition, long % lpGroupId, IntPtr lpReserved);
public static IntPtr FindFirstUrlCacheGroup (int dwFlags, int dwFilter, IntPtr lpSearchCondition, int dwSearchCondition, ref long lpGroupId, IntPtr lpReserved);
static member FindFirstUrlCacheGroup : int * int * nativeint * int * int64 * nativeint -> nativeint
Public Shared Function FindFirstUrlCacheGroup (dwFlags As Integer, dwFilter As Integer, lpSearchCondition As IntPtr, dwSearchCondition As Integer, ByRef lpGroupId As Long, lpReserved As IntPtr) As IntPtr
Parameters
- dwFlags
- Int32
- dwFilter
- Int32
- lpSearchCondition
-
IntPtr
nativeint
- dwSearchCondition
- Int32
- lpGroupId
- Int64
- lpReserved
-
IntPtr
nativeint
Returns
IntPtr
nativeint