Skip to content

Latest commit

 

History

History
93 lines (72 loc) · 3.7 KB

ns-wincrypt-cert_system_store_relocate_para.md

File metadata and controls

93 lines (72 loc) · 3.7 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wincrypt._CERT_SYSTEM_STORE_RELOCATE_PARA
CERT_SYSTEM_STORE_RELOCATE_PARA (wincrypt.h)
The CERT_SYSTEM_STORE_RELOCATE_PARA structure contains data to be passed to CertOpenStore when that function's dwFlags parameter is set to CERT_SYSTEM_STORE_RELOCATE_FLAG.
*PCERT_SYSTEM_STORE_RELOCATE_PARA
CERT_SYSTEM_STORE_RELOCATE_PARA
CERT_SYSTEM_STORE_RELOCATE_PARA structure [Security]
PCERT_SYSTEM_STORE_RELOCATE_PARA
PCERT_SYSTEM_STORE_RELOCATE_PARA structure pointer [Security]
_crypto2_cert_system_store_relocate_para
security.cert_system_store_relocate_para
wincrypt/CERT_SYSTEM_STORE_RELOCATE_PARA
wincrypt/PCERT_SYSTEM_STORE_RELOCATE_PARA
security\cert_system_store_relocate_para.htm
security
3bcb9b64-b9cf-48b2-bfd1-0836b3d221af
12/05/2018
*PCERT_SYSTEM_STORE_RELOCATE_PARA, CERT_SYSTEM_STORE_RELOCATE_PARA, CERT_SYSTEM_STORE_RELOCATE_PARA structure [Security], PCERT_SYSTEM_STORE_RELOCATE_PARA, PCERT_SYSTEM_STORE_RELOCATE_PARA structure pointer [Security], _crypto2_cert_system_store_relocate_para, security.cert_system_store_relocate_para, wincrypt/CERT_SYSTEM_STORE_RELOCATE_PARA, wincrypt/PCERT_SYSTEM_STORE_RELOCATE_PARA
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CERT_SYSTEM_STORE_RELOCATE_PARA, *PCERT_SYSTEM_STORE_RELOCATE_PARA
19H1
_CERT_SYSTEM_STORE_RELOCATE_PARA
wincrypt/_CERT_SYSTEM_STORE_RELOCATE_PARA
PCERT_SYSTEM_STORE_RELOCATE_PARA
wincrypt/PCERT_SYSTEM_STORE_RELOCATE_PARA
CERT_SYSTEM_STORE_RELOCATE_PARA
wincrypt/CERT_SYSTEM_STORE_RELOCATE_PARA
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CERT_SYSTEM_STORE_RELOCATE_PARA

CERT_SYSTEM_STORE_RELOCATE_PARA structure

-description

The CERT_SYSTEM_STORE_RELOCATE_PARA structure contains data to be passed to CertOpenStore when that function's dwFlags parameter is set to CERT_SYSTEM_STORE_RELOCATE_FLAG. It allows the application to specify not only the name of the store to be opened, but also registry hKey information indicating a registry location other than the default location.

-struct-fields

-field DUMMYUNIONNAME

-field DUMMYUNIONNAME.hKeyBase

A handle to registry hKey.

-field DUMMYUNIONNAME.pvBase

A pointer to a void to allow the system store location's base to be passed in a number of different forms.

-field DUMMYUNIONNAME2

-field DUMMYUNIONNAME2.pvSystemStore

A pointer to a void to allow the name of the system store to be passed in various forms.

-field DUMMYUNIONNAME2.pszSystemStore

A null-terminated ASCII string that names the system store.

-field DUMMYUNIONNAME2.pwszSystemStore

A null-terminated Unicode string that names the system store.

-remarks

The relocate capability is used to access system stores persisted in the Group Policy Template (GPT). For example, the Group Policy Editor's MMC snap-in extension for managing group policy trust lists and certificates uses the GPT's base HKEY to call CertOpenStore.

-see-also

CertOpenStore