IEnroll4::MyStoreTypeWStr property
[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 put_MyStoreTypeWStr(
[in] LPWSTR szwType
);
HRESULT get_MyStoreTypeWStr(
[out] LPWSTR *pszwType
);
Property value
A pointer to a null-terminated wide character string that contains the store type. This parameter can be the following value.
| Value | Meaning |
|---|---|
|
"System" |
Error codes
If the property access methods put_MyStoreTypeWStr and get_MyStoreTypeWStr succeed, they return S_OK.
Any other HRESULT value indicates that the call failed.
Remarks
The MyStoreTypeWStr property affects the behavior of the following methods:
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
End of client support | Windows XP |
|
End of server support | Windows Server 2003 |
|
Header |
|
|
Library |
|
|
DLL |
|
|
IID |
IID_IEnroll4 is defined as f8053fe5-78f4-448f-a0db-41d61b73446b |
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
