This topic has not yet been rated - Rate this topic

IEmptyVolumeCache::Deactivate Method

Notifies the handler that the disk cleanup manager is shutting down.

Syntax

HRESULT Deactivate(
  [out]  DWORD *pdwFlags
);

Parameters

pdwFlags [out]
DWORD

A flag that can be set to return information to the disk cleanup manager. It can have the following value.

EVCF_REMOVEFROMLIST

If this flag is set, the disk cleanup manager will delete the handler's registry subkey.

Return Value

HRESULT

The method can return one of the following values.

Return codeDescription
S_OK

This value should always be returned.

 

Remarks

If the EVCF_REMOVEFROMLIST flag is set, the handler will not be run again unless the registry entries are reestablished. This flag is typically used for a handler that will only run once.

Requirements

Minimum supported client

Windows 2000 Professional, Windows XP

Minimum supported server

Windows Server 2003

Header

Emptyvc.h

DLL

Shell32.dll (version 5.0 or later)

 

 

Send comments about this topic to Microsoft

Build date: 8/17/2010

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.