Jump to content

PTRDRAWFUNCTION: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== PTRDRAWFUNCTION ==
== PTRDRAWFUNCTION ==
Pointer Draw Routine access data.  
Pointer Draw Routine access data.  


=== Type ===
=== Type ===
 
  [[USHORT]]  usReturnCode
  [[OS2 API:DataType:USHORT|USHORT]]  usReturnCode
  [[PFN]]    pfnDraw
  [[OS2 API:DataType:PFN|PFN]]    pfnDraw
  [[PCH]]    pchDataSeg
  [[OS2 API:DataType:PCH|PCH]]    pchDataSeg


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


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


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

Revision as of 15:29, 11 November 2016

PTRDRAWFUNCTION

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.