Share via


status property

Indicates the current status of the cache.

This property is read-only.

 

Syntax

HRESULT get_status(
  [out] unsigned short **ptr
);

Property values

Type: unsigned short

Value

Remarks

The IHTMLApplicationCache::status property has the following values:

  • UNCACHED = 0
  • IDLE = 1
  • CHECKING = 2
  • DOWNLOADING = 3
  • UPDATEREADY = 4
  • OBSOLETE = 5