ReactOS 0.4.15-dev-8096-ga0eec98
_COPYIMAGE_CALLBACK_ARGUMENTS Struct Reference

#include <callback.h>

Collaboration diagram for _COPYIMAGE_CALLBACK_ARGUMENTS:

Public Attributes

HANDLE hImage
 
UINT uType
 
int cxDesired
 
int cyDesired
 
UINT fuFlags
 

Detailed Description

Definition at line 108 of file callback.h.

Member Data Documentation

◆ cxDesired

int _COPYIMAGE_CALLBACK_ARGUMENTS::cxDesired

Definition at line 112 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().

◆ cyDesired

int _COPYIMAGE_CALLBACK_ARGUMENTS::cyDesired

Definition at line 113 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().

◆ fuFlags

UINT _COPYIMAGE_CALLBACK_ARGUMENTS::fuFlags

Definition at line 114 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().

◆ hImage

HANDLE _COPYIMAGE_CALLBACK_ARGUMENTS::hImage

Definition at line 110 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().

◆ uType

UINT _COPYIMAGE_CALLBACK_ARGUMENTS::uType

Definition at line 111 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().


The documentation for this struct was generated from the following file: