ReactOS 0.4.15-dev-7918-g2a2556c
gdi_obj_funcs Struct Reference

#include <gdi_private.h>

Collaboration diagram for gdi_obj_funcs:

Public Attributes

HGDIOBJ(* pSelectObject )(HGDIOBJ handle, HDC hdc)
 
INT(* pGetObjectA )(HGDIOBJ handle, INT count, LPVOID buffer)
 
INT(* pGetObjectW )(HGDIOBJ handle, INT count, LPVOID buffer)
 
BOOL(* pUnrealizeObject )(HGDIOBJ handle)
 
BOOL(* pDeleteObject )(HGDIOBJ handle)
 

Detailed Description

Definition at line 94 of file gdi_private.h.

Member Data Documentation

◆ pDeleteObject

BOOL(* gdi_obj_funcs::pDeleteObject) (HGDIOBJ handle)

Definition at line 100 of file gdi_private.h.

◆ pGetObjectA

INT(* gdi_obj_funcs::pGetObjectA) (HGDIOBJ handle, INT count, LPVOID buffer)

Definition at line 97 of file gdi_private.h.

◆ pGetObjectW

INT(* gdi_obj_funcs::pGetObjectW) (HGDIOBJ handle, INT count, LPVOID buffer)

Definition at line 98 of file gdi_private.h.

◆ pSelectObject

HGDIOBJ(* gdi_obj_funcs::pSelectObject) (HGDIOBJ handle, HDC hdc)

Definition at line 96 of file gdi_private.h.

◆ pUnrealizeObject

BOOL(* gdi_obj_funcs::pUnrealizeObject) (HGDIOBJ handle)

Definition at line 99 of file gdi_private.h.


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