mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
13 lines
339 B
C
13 lines
339 B
C
|
|
typedef struct _CRYPTUI_CERT_MGR_STRUCT {
|
|
DWORD dwSize;
|
|
HWND hwndParent;
|
|
DWORD dwFlags;
|
|
LPCWSTR pwszTitle;
|
|
LPCSTR pszInitUsageOID;
|
|
} CRYPTUI_CERT_MGR_STRUCT,
|
|
*PCRYPTUI_CERT_MGR_STRUCT;
|
|
|
|
typedef const CRYPTUI_CERT_MGR_STRUCT *PCCRYPTUI_CERT_MGR_STRUCT;
|
|
|
|
BOOL WINAPI CryptUIDlgCertMgr(PCCRYPTUI_CERT_MGR_STRUCT pCryptUICertMgr);
|