IEmptyVolumeCache2 interface (emptyvc.h)

Extends IEmptyVolumeCache. This interface defines one additional method, InitializeEx, that provides better localization support than IEmptyVolumeCache::Initialize.

Inheritance

The IEmptyVolumeCache2 interface inherits from IEmptyVolumeCache. IEmptyVolumeCache2 also has these types of members:

Methods

The IEmptyVolumeCache2 interface has these methods.

 
IEmptyVolumeCache2::InitializeEx

Initializes the disk cleanup handler. It provides better support for localization than Initialize.

Remarks

This interface should be exported by disk cleanup handlers running on Windows 2000. Handlers running on Windows 98 must export IEmptyVolumeCache.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional, Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header emptyvc.h

See also

IEmptyVolumeCache

IEmptyVolumeCacheCallBack