Share via


Gdi::GetObjectType_I (Windows Embedded CE 6.0)

1/6/2010

This method returns the type of the specified object.

Syntax

static WINGDIAPI DWORD WINAPI GetObjectType_I(
  HGDIOBJ hgdiobj
);

Parameters

  • hgdiobj
    [in] Handle to the graphics object.

Return Value

If the function succeeds, the return value identifies the object.

The following table shows the possible values.

Value Description

OBJ_BITMAP

Bitmap

OBJ_BRUSH

Brush

OBJ_FONT

Font

OBJ_PAL

Palette

OBJ_PEN

Pen

OBJ_REGION

Region

OBJ_DC

Device context

OBJ_MEMDC

Memory device context

If the function fails, the return value is zero.

To get extended error information, call GetLastError.

Remarks

This method is an internal version of the GetObjectType function.

Requirements

Header gdi.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Gdi
GetObjectType
Gdi::GetObjectW_I
Gdi::SelectObject_I