ReactOS 0.4.15-dev-7788-g1ad9096
gdiplustypes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Point
 
struct  PointF
 
struct  PathData
 
struct  RectF
 
struct  Rect
 
struct  CharacterRange
 

Typedefs

typedef float REAL
 
typedef BOOL(CALLBACKImageAbort) (VOID *)
 
typedef ImageAbort DrawImageAbort
 
typedef ImageAbort GetThumbnailImageAbort
 
typedef struct GdiplusAbort GdiplusAbort
 
typedef BOOL(CALLBACKEnumerateMetafileProc) (EmfPlusRecordType, UINT, UINT, const BYTE *, VOID *)
 
typedef struct Point Point
 
typedef struct PointF PointF
 
typedef struct PathData PathData
 
typedef struct RectF RectF
 
typedef struct Rect Rect
 
typedef struct CharacterRange CharacterRange
 
typedef enum Status Status
 

Enumerations

enum  Status {
  Ok = 0 , GenericError = 1 , InvalidParameter = 2 , OutOfMemory = 3 ,
  ObjectBusy = 4 , InsufficientBuffer = 5 , NotImplemented = 6 , Win32Error = 7 ,
  WrongState = 8 , Aborted = 9 , FileNotFound = 10 , ValueOverflow = 11 ,
  AccessDenied = 12 , UnknownImageFormat = 13 , FontFamilyNotFound = 14 , FontStyleNotFound = 15 ,
  NotTrueTypeFont = 16 , UnsupportedGdiplusVersion = 17 , GdiplusNotInitialized = 18 , PropertyNotFound = 19 ,
  PropertyNotSupported = 20 , ProfileNotFound = 21
}
 

Typedef Documentation

◆ CharacterRange

◆ DrawImageAbort

Definition at line 56 of file gdiplustypes.h.

◆ EnumerateMetafileProc

typedef BOOL(CALLBACK * EnumerateMetafileProc) (EmfPlusRecordType, UINT, UINT, const BYTE *, VOID *)

Definition at line 60 of file gdiplustypes.h.

◆ GdiplusAbort

Definition at line 58 of file gdiplustypes.h.

◆ GetThumbnailImageAbort

Definition at line 57 of file gdiplustypes.h.

◆ ImageAbort

typedef BOOL(CALLBACK * ImageAbort) (VOID *)

Definition at line 55 of file gdiplustypes.h.

◆ PathData

◆ Point

typedef struct Point Point

◆ PointF

typedef struct PointF PointF

◆ REAL

typedef float REAL

Definition at line 22 of file gdiplustypes.h.

◆ Rect

typedef struct Rect Rect

◆ RectF

typedef struct RectF RectF

◆ Status

Definition at line 681 of file gdiplustypes.h.

Enumeration Type Documentation

◆ Status

Enumerator
Ok 
GenericError 
InvalidParameter 
OutOfMemory 
ObjectBusy 
InsufficientBuffer 
NotImplemented 
Win32Error 
WrongState 
Aborted 
FileNotFound 
ValueOverflow 
AccessDenied 
UnknownImageFormat 
FontFamilyNotFound 
FontStyleNotFound 
NotTrueTypeFont 
UnsupportedGdiplusVersion 
GdiplusNotInitialized 
PropertyNotFound 
PropertyNotSupported 
ProfileNotFound 

Definition at line 24 of file gdiplustypes.h.

25{
26 Ok = 0,
27 GenericError = 1,
29 OutOfMemory = 3,
30 ObjectBusy = 4,
33 Win32Error = 7,
34 WrongState = 8,
35 Aborted = 9,
36 FileNotFound = 10,
37 ValueOverflow = 11,
38 AccessDenied = 12,
42 NotTrueTypeFont = 16,
48};
@ ProfileNotFound
Definition: gdiplustypes.h:47
@ Ok
Definition: gdiplustypes.h:26
@ GdiplusNotInitialized
Definition: gdiplustypes.h:44
@ WrongState
Definition: gdiplustypes.h:34
@ UnsupportedGdiplusVersion
Definition: gdiplustypes.h:43
@ PropertyNotSupported
Definition: gdiplustypes.h:46
@ FileNotFound
Definition: gdiplustypes.h:36
@ ObjectBusy
Definition: gdiplustypes.h:30
@ AccessDenied
Definition: gdiplustypes.h:38
@ ValueOverflow
Definition: gdiplustypes.h:37
@ InvalidParameter
Definition: gdiplustypes.h:28
@ OutOfMemory
Definition: gdiplustypes.h:29
@ NotTrueTypeFont
Definition: gdiplustypes.h:42
@ PropertyNotFound
Definition: gdiplustypes.h:45
@ Win32Error
Definition: gdiplustypes.h:33
@ Aborted
Definition: gdiplustypes.h:35
@ InsufficientBuffer
Definition: gdiplustypes.h:31
@ NotImplemented
Definition: gdiplustypes.h:32
@ FontStyleNotFound
Definition: gdiplustypes.h:41
@ FontFamilyNotFound
Definition: gdiplustypes.h:40
@ GenericError
Definition: gdiplustypes.h:27
@ UnknownImageFormat
Definition: gdiplustypes.h:39