ReactOS 0.4.16-dev-753-g705a985
|
#include <wintrust.h>
Public Attributes | |
DWORD | cbStruct |
LPCWSTR | pcwszDisplayName |
CMSG_SIGNER_INFO * | psSignerInfo |
DWORD | chStores |
HCERTSTORE * | pahStores |
Definition at line 59 of file wintrust.h.
DWORD WINTRUST_SGNR_INFO_::cbStruct |
Definition at line 61 of file wintrust.h.
Referenced by dump_sgnr_info().
DWORD WINTRUST_SGNR_INFO_::chStores |
Definition at line 64 of file wintrust.h.
Referenced by dump_sgnr_info().
HCERTSTORE* WINTRUST_SGNR_INFO_::pahStores |
Definition at line 65 of file wintrust.h.
LPCWSTR WINTRUST_SGNR_INFO_::pcwszDisplayName |
Definition at line 62 of file wintrust.h.
Referenced by dump_sgnr_info().
CMSG_SIGNER_INFO* WINTRUST_SGNR_INFO_::psSignerInfo |
Definition at line 63 of file wintrust.h.
Referenced by dump_sgnr_info().