Go to the source code of this file.
◆ HaveDefaultMailClient()
static BOOL HaveDefaultMailClient |
( |
void |
| ) |
|
|
static |
Definition at line 20 of file mapi32_test.h.
21{
26
27
28
29
30
31
32
34 {
36
37
39 {
42 }
45 }
46 else
48
50 {
53 {
56 }
59 }
60
61 return ! HasHKCUKey;
62}
#define RegCloseKey(hKey)
LONG WINAPI RegOpenKeyExA(_In_ HKEY hKey, _In_ LPCSTR lpSubKey, _In_ DWORD ulOptions, _In_ REGSAM samDesired, _Out_ PHKEY phkResult)
LONG WINAPI RegQueryValueExA(_In_ HKEY hkeyorg, _In_ LPCSTR name, _In_ LPDWORD reserved, _Out_opt_ LPDWORD type, _Out_opt_ LPBYTE data, _Inout_opt_ LPDWORD count)
#define ERROR_FILE_NOT_FOUND
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
#define HKEY_LOCAL_MACHINE
#define HKEY_CURRENT_USER
Referenced by START_TEST().