ReactOS 0.4.15-dev-5836-g942b022
_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 113 of file callback.h.

Member Data Documentation

◆ cxDesired

int _COPYIMAGE_CALLBACK_ARGUMENTS::cxDesired

Definition at line 117 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().

◆ cyDesired

int _COPYIMAGE_CALLBACK_ARGUMENTS::cyDesired

Definition at line 118 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().

◆ fuFlags

UINT _COPYIMAGE_CALLBACK_ARGUMENTS::fuFlags

Definition at line 119 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().

◆ hImage

HANDLE _COPYIMAGE_CALLBACK_ARGUMENTS::hImage

Definition at line 115 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().

◆ uType

UINT _COPYIMAGE_CALLBACK_ARGUMENTS::uType

Definition at line 116 of file callback.h.

Referenced by co_IntCopyImage(), and User32CallCopyImageFromKernel().


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