ReactOS 0.4.15-dev-8102-g108db8f
_CRYPTUI_WIZ_EXPORT_INFO Struct Reference

#include <cryptuiapi.h>

Collaboration diagram for _CRYPTUI_WIZ_EXPORT_INFO:

Public Attributes

DWORD dwSize
 
LPCWSTR pwszExportFileName
 
DWORD dwSubjectChoice
 
union {
   PCCERT_CONTEXT   pCertContext
 
   PCCTL_CONTEXT   pCTLContext
 
   PCCRL_CONTEXT   pCRLContext
 
   HCERTSTORE   hCertStore
 
DUMMYUNIONNAME
 
DWORD cStores
 
HCERTSTORErghStores
 

Detailed Description

Definition at line 266 of file cryptuiapi.h.

Member Data Documentation

◆ cStores

DWORD _CRYPTUI_WIZ_EXPORT_INFO::cStores

Definition at line 277 of file cryptuiapi.h.

Referenced by save_cert_as_cms(), and save_pfx().

◆ 

union { ... } _CRYPTUI_WIZ_EXPORT_INFO::DUMMYUNIONNAME

◆ dwSize

DWORD _CRYPTUI_WIZ_EXPORT_INFO::dwSize

Definition at line 268 of file cryptuiapi.h.

Referenced by show_export_ui().

◆ dwSubjectChoice

DWORD _CRYPTUI_WIZ_EXPORT_INFO::dwSubjectChoice

Definition at line 270 of file cryptuiapi.h.

Referenced by do_export(), export_info_has_private_key(), and show_export_ui().

◆ hCertStore

HCERTSTORE _CRYPTUI_WIZ_EXPORT_INFO::hCertStore

Definition at line 275 of file cryptuiapi.h.

Referenced by do_export().

◆ pCertContext

PCCERT_CONTEXT _CRYPTUI_WIZ_EXPORT_INFO::pCertContext

Definition at line 272 of file cryptuiapi.h.

Referenced by do_export(), export_info_has_private_key(), save_cert_as_cms(), and save_pfx().

◆ pCRLContext

PCCRL_CONTEXT _CRYPTUI_WIZ_EXPORT_INFO::pCRLContext

Definition at line 274 of file cryptuiapi.h.

Referenced by do_export().

◆ pCTLContext

PCCTL_CONTEXT _CRYPTUI_WIZ_EXPORT_INFO::pCTLContext

Definition at line 273 of file cryptuiapi.h.

Referenced by do_export().

◆ pwszExportFileName

LPCWSTR _CRYPTUI_WIZ_EXPORT_INFO::pwszExportFileName

Definition at line 269 of file cryptuiapi.h.

Referenced by CryptUIWizExport().

◆ rghStores

HCERTSTORE* _CRYPTUI_WIZ_EXPORT_INFO::rghStores

Definition at line 278 of file cryptuiapi.h.

Referenced by save_cert_as_cms(), and save_pfx().


The documentation for this struct was generated from the following file: