Jump to content

HBITMAP: Difference between revisions

From EDM2
Created page with "Bit-map handle. ==Type== LHANDLE ==C Declaration Method== typedef ==Example Code== <PRE> typedef LHANDLE HBITMAP; </PRE> Category:Data type"
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Bit-map handle.  
Bit-map handle.


==Type==
==Type==
  LHANDLE
  [[LHANDLE]]
==C Declaration Method==
==C Declaration Method==
  typedef
  typedef
==Example Code==
<PRE>
typedef LHANDLE HBITMAP;
</PRE>


[[Category:Data type]]
[[Category:PM Data type]]

Latest revision as of 06:33, 21 February 2020

Bit-map handle.

Type

LHANDLE

C Declaration Method

typedef