ReactOS 0.4.16-dev-122-g325d74c
|
#include <windows.h>
#include "vfdtypes.h"
#include "vfdapi.h"
#include "vfdlib.h"
#include "vfdmsg.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | VFD_INFOTIP_WNDCLASS "VfdInfoTip" |
Functions | |
static LRESULT CALLBACK | ToolTipProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void WINAPI | VfdToolTip (HWND hParent, PCSTR sText, int pos_x, int pos_y, BOOL stick) |
void WINAPI | VfdImageTip (HWND hParent, ULONG nDevice) |
#define VFD_INFOTIP_WNDCLASS "VfdInfoTip" |
Definition at line 30 of file vfdguitip.c.
#define WIN32_LEAN_AND_MEAN |
Definition at line 15 of file vfdguitip.c.
Definition at line 35 of file vfdguitip.c.
Referenced by VfdToolTip().
Definition at line 279 of file vfdguitip.c.
Referenced by CVfdShExt::InvokeCommand().
Definition at line 147 of file vfdguitip.c.
Referenced by ShowHelpWindow(), and VfdImageTip().