Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The OpenPersonalTrustDBDialogEx function displays the Certificates dialog box.
Syntax
BOOL OpenPersonalTrustDBDialogEx(
[in, optional] HWND hwndParent,
[in] DWORD dwFlags,
[in, out, optional] PVOID *pvReserved
);
Parameters
[in, optional] hwndParent
The handle of the parent window for the dialog box. If this parameter is NULL, the dialog box has no parent.
[in] dwFlags
A set of flags that modify the behavior of this function. This can be zero or the following value.
[in, out, optional] pvReserved
Not used. Must be NULL.
Return value
Returns nonzero if the dialog box was opened successfully or zero otherwise.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | wintrust.h |
| Library | nanosrv.lib |
| DLL | Wintrust.dll |