INTERNET_CACHE_ENTRY_INFO (wininet)
Last changed: -92.10.251.58

.
Summary
TODO - a short description

C# Signature:

[StructLayout(LayoutKind.Explicit)]

public struct ExemptDeltaOrReserverd

{

   [FieldOffset(0)]
   public UInt32 dwReserved;
   [FieldOffset(0)]
   public UInt32 dwExemptDelta;

}

[StructLayout(LayoutKind.Sequential)]

private struct INTERNET_CACHE_ENTRY_INFO

{

  public UInt32 dwStructSize;
  public IntPtr lpszSourceUrlName;
  public IntPtr lpszLocalFileName;
  public UInt32 CacheEntryType;
  public UInt32 dwUseCount;
  public UInt32 dwHitRate;
  public UInt32 dwSizeLow;
  public UInt32 dwSizeHigh;
  public FILETIME LastModifiedTime;
  public FILETIME ExpireTime;
  public FILETIME LastAccessTime;
  public FILETIME LastSyncTime;
  public IntPtr lpHeaderInfo;
  public UInt32 dwHeaderInfoSize;
  public IntPtr lpszFileExtension;
  public ExemptDeltaOrReserverd dwExemptDeltaOrReserved;

}

VB Signature:

Declare Function INTERNET_CACHE_ENTRY_INFO Lib "wininet.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation