ReactOS 0.4.15-dev-7934-g1dc8d80
trayntfy.cpp File Reference
#include "precomp.h"
Include dependency graph for trayntfy.cpp:

Go to the source code of this file.

Classes

class  CTrayNotifyWnd
 

Macros

#define TRAY_NOTIFY_WND_SPACING_X   1
 
#define TRAY_NOTIFY_WND_SPACING_Y   1
 

Functions

HRESULT CTrayNotifyWnd_CreateInstance (HWND hwndParent, REFIID riid, void **ppv)
 

Variables

static const WCHAR szTrayNotifyWndClass [] = L"TrayNotifyWnd"
 

Macro Definition Documentation

◆ TRAY_NOTIFY_WND_SPACING_X

#define TRAY_NOTIFY_WND_SPACING_X   1

Definition at line 30 of file trayntfy.cpp.

◆ TRAY_NOTIFY_WND_SPACING_Y

#define TRAY_NOTIFY_WND_SPACING_Y   1

Definition at line 31 of file trayntfy.cpp.

Function Documentation

◆ CTrayNotifyWnd_CreateInstance()

HRESULT CTrayNotifyWnd_CreateInstance ( HWND  hwndParent,
REFIID  riid,
void **  ppv 
)

Definition at line 372 of file trayntfy.cpp.

373{
374 return ShellObjectCreatorInit<CTrayNotifyWnd>(hwndParent, riid, ppv);
375}
static HWND hwndParent
Definition: cryptui.c:300
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39

Referenced by CTrayWindow::OnCreate().

Variable Documentation

◆ szTrayNotifyWndClass

const WCHAR szTrayNotifyWndClass[] = L"TrayNotifyWnd"
static

Definition at line 28 of file trayntfy.cpp.