ReactOS 0.4.16-dev-117-g38f21f9
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <cryptuiapi.h>
#include "inetcpl.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (inetcpl) | |
static BOOL | display_cert_manager (HWND parent, DWORD flags) |
BOOL WINAPI | LaunchSiteCertDialog (HWND parent) |
INT_PTR CALLBACK | content_dlgproc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
Definition at line 78 of file content.c.
Referenced by display_cpl_sheets().
Definition at line 39 of file content.c.
Referenced by content_dlgproc(), and LaunchSiteCertDialog().
WINE_DEFAULT_DEBUG_CHANNEL | ( | inetcpl | ) |