ReactOS 0.4.16-dev-91-g764881a
|
#include <callback.h>
Public Attributes | |
HANDLE | hImage |
UINT | uType |
int | cxDesired |
int | cyDesired |
UINT | fuFlags |
Definition at line 108 of file callback.h.
int _COPYIMAGE_CALLBACK_ARGUMENTS::cxDesired |
Definition at line 112 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().
int _COPYIMAGE_CALLBACK_ARGUMENTS::cyDesired |
Definition at line 113 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().
UINT _COPYIMAGE_CALLBACK_ARGUMENTS::fuFlags |
Definition at line 114 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().
HANDLE _COPYIMAGE_CALLBACK_ARGUMENTS::hImage |
Definition at line 110 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().
UINT _COPYIMAGE_CALLBACK_ARGUMENTS::uType |
Definition at line 111 of file callback.h.
Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().