IOfflineFilesEvents::EncryptionChanged method (cscobj.h)

This method is reserved for future use.

Syntax

HRESULT EncryptionChanged(
  [in] BOOL bWasEncrypted,
  [in] BOOL bWasPartial,
  [in] BOOL bIsEncrypted,
  [in] BOOL bIsPartial
);

Parameters

[in] bWasEncrypted

[in] bWasPartial

[in] bIsEncrypted

[in] bIsPartial

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h
DLL CscSvc.dll; CscObj.dll

See also

IOfflineFilesEvents