ReactOS 0.4.15-dev-5836-g942b022
|
#include <callback.h>
Public Attributes | |
HANDLE | hImage |
UINT | uType |
int | cxDesired |
int | cyDesired |
UINT | fuFlags |
Definition at line 113 of file callback.h.
int _COPYIMAGE_CALLBACK_ARGUMENTS::cxDesired |
Definition at line 117 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().
int _COPYIMAGE_CALLBACK_ARGUMENTS::cyDesired |
Definition at line 118 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().
UINT _COPYIMAGE_CALLBACK_ARGUMENTS::fuFlags |
Definition at line 119 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().
HANDLE _COPYIMAGE_CALLBACK_ARGUMENTS::hImage |
Definition at line 115 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().
UINT _COPYIMAGE_CALLBACK_ARGUMENTS::uType |
Definition at line 116 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().