Jump to content

PTRDRAWFUNCTION: Difference between revisions

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


=== Type ===
== Type ==
  [[USHORT]]  usReturnCode
  [[USHORT]]  usReturnCode
  [[PFN]]    pfnDraw
  [[PFN]]    pfnDraw
  [[PCH]]    pchDataSeg
  [[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).

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.