Jump to content

ICONPOS

From EDM2
Revision as of 02:57, 3 May 2025 by Martini (talk | contribs) (Created page with "Icon position structure. == Type == struct == C Declaration Method == typedef struct == Example Code == <PRE> typedef struct _ICONPOS { POINTL ptlIcon; Position of icon.: CHAR szIdentity[1]; Object identity string.: } ICONPOS; typedef ICONPOS *PICONPOS; </PRE> Category:WPS Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Icon position structure.

Type

struct

C Declaration Method

typedef struct

Example Code

typedef struct _ICONPOS {
  POINTL     ptlIcon;        /* Position of icon. */
  CHAR       szIdentity[1];  /* Object identity string. */
} ICONPOS;

typedef ICONPOS *PICONPOS;