Jump to content

PTRDRAWFUNCTION: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 18: Line 18:
  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]]

Revision as of 15:07, 1 November 2011

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.


Back to OS/2 API