Jump to content

PTRDRAWFUNCTION: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== PTRDRAWFUNCTION ==
Pointer Draw Routine access data.


Pointer Draw Routine access data.
== Type ==
 
  [[USHORT]]  usReturnCode
=== Type ===
  [[PFN]]    pfnDraw
 
  [[PCH]]    pchDataSeg
  [[OS2 API:DataType:USHORT|USHORT]]  usReturnCode
  [[OS2 API:DataType:PFN|PFN]]    pfnDraw
  [[OS2 API:DataType:PCH|PCH]]    pchDataSeg
 
==== C Declaration Method ====


=== C Declaration Method ===
typedef struct
typedef struct


=== Fields ===
== Fields ==
 
;usReturnCode:Return Code.
usReturnCode Return Code.
;pfnDraw:Pointer to Draw Routine Entry Point (Selector:offset).
pfnDraw       Pointer to Draw Routine Entry Point (Selector:offset).
;pchDataSeg:Pointer to Draw Routine Data Segment Selector.
pchDataSeg   Pointer to Draw Routine Data Segment Selector.
 
 
 
[[OS2_API | Back to OS/2 API]]
 


[[Category:The OS/2 API Project]]
[[Category:Data type]]

Latest revision as of 01:03, 9 February 2020

Pointer Draw Routine access data.

Type

USHORT  usReturnCode
PFN     pfnDraw
PCH     pchDataSeg

C Declaration Method

typedef struct

Fields

usReturnCode
Return Code.
pfnDraw
Pointer to Draw Routine Entry Point (Selector:offset).
pchDataSeg
Pointer to Draw Routine Data Segment Selector.