OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDROP
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/Windows/
Shell.h
54
HDROP
m_Object;
62
void Attach(
HDROP
object);
63
operator
HDROP
() { return m_Object;}
Shell.cpp
71
void CDrop::Attach(
HDROP
object)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wownt32.h
33
#define HDROP_32(h16) ((
HDROP
) (WOWHandle32(h16,WOW_TYPE_HDROP)))
shellapi.h
47
DECLARE_HANDLE(
HDROP
);
57
SHSTDAPI_(UINT) DragQueryFileA(
HDROP
,UINT,LPSTR,UINT);
58
SHSTDAPI_(UINT) DragQueryFileW(
HDROP
,UINT,LPWSTR,UINT);
59
SHSTDAPI_(WINBOOL) DragQueryPoint(
HDROP
,LPPOINT);
60
SHSTDAPI_(void) DragFinish(
HDROP
);
windowsx.h
178
#define HANDLE_WM_DROPFILES(hwnd,wParam,lParam,fn) ((fn)((hwnd),(
HDROP
)(wParam)),(LRESULT)0)
179
#define FORWARD_WM_DROPFILES(hwnd,
hdrop
,fn) (void)(fn)((hwnd),WM_DROPFILES,(WPARAM)(
HDROP
)(
hdrop
),(LPARAM)0)
[
all
...]
windowsx.h16
215
#define HANDLE_WM_DROPFILES(hwnd,wParam,lParam,fn) ((fn)((hwnd),(
HDROP
)(wParam)),0L)
216
#define FORWARD_WM_DROPFILES(hwnd,
hdrop
,fn) (void)(fn)((hwnd),WM_DROPFILES,(WPARAM)(
hdrop
),0L)
[
all
...]
Completed in 1077 milliseconds