Jump to content

PPOINTERINFO: Difference between revisions

From EDM2
Created page with "Pointer information structure. ==Example Code== <PRE> typedef struct _PPOINTERINFO { USHORT fPointer; SHORT xHotspot; SHORT yHotspot; HBITMAP hbm..."
 
Ak120 (talk | contribs)
m Redirected page to POINTERINFO
 
Line 1: Line 1:
Pointer information structure.
#REDIRECT[[POINTERINFO]]
==Example Code==
<PRE>
typedef struct _PPOINTERINFO {
  USHORT      fPointer;
  SHORT      xHotspot;
  SHORT      yHotspot;
  HBITMAP    hbmPointer;
  HBITMAP    hbmColor;
} PPOINTERINFO;
 
typedef PPOINTERINFO *PPOINTERINFO;
</PRE>
 
[[Category:Data type]]

Latest revision as of 07:39, 21 February 2020

Redirect to: