IEnroll::get_MyStoreTypeWStr method (xenroll.h)

[This property is no longer available for use as of Windows Server 2008 and Windows Vista.]

The MyStoreTypeWStr property sets or retrieves the type of store specified by the MyStoreTypeWStr property. This store type is passed directly on to CertOpenStore.

The default value for this property is sz_CERT_STORE_PROV_SYSTEM. Only system stores are supported. This property was first defined in the IEnroll interface.

This property is read/write.

Syntax

HRESULT get_MyStoreTypeWStr(
  LPWSTR *szwType
);

Parameters

szwType

Return value

None

Remarks

The MyStoreTypeWStr property affects the behavior of the following methods:

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header xenroll.h
Library Uuid.lib
DLL Xenroll.dll

See also

IEnroll