IPStore::GetProvParam method

[Protected Storage (Pstore) is available for use in Windows Server 2003 and Windows XP. It is only available for read-only operations in Windows Server 2008 and Windows Vista, but may be unavailable in subsequent versions. Pstore uses an older implementation of data protection. Developers are strongly encouraged to take advantage of the stronger data protection provided by the CryptProtectData and CryptUnprotectData functions.]

[This method is not implemented.]

Intended to set the specified parameter information. Note, however, that it is not implemented and will always fail.

Syntax

HRESULT GetProvParam(
  [in]  DWORD dwParam,
  [out] DWORD *pcbData,
  [out] BYTE  **ppbData,
  [in]  DWORD dwFlags
);

Parameters

dwParam [in]

Reserved.

pcbData [out]

Reserved.

ppbData [out]

Reserved.

dwFlags [in]

Reserved.

Return value

Calls to this method will always fail.

Requirements

Requirement Value
Header
Pstore.h
DLL
Pstorec.dll

See also

IPStore